Skip to content

Commit 0d46a13

Browse files
tmasternakWilliamBZA
authored andcommitted
remove * which is unsupported on sql server windows
1 parent 8da3dea commit 0d46a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "Create extra databases"
5252
sqlcmd -Q "CREATE DATABASE nservicebus1"
5353
sqlcmd -Q "CREATE DATABASE nservicebus2"
54-
sqlcmd -Q "CREATE DATABASE [n service.bus&*#]"
54+
sqlcmd -Q "CREATE DATABASE [n service.bus&#]"
5555
5656
echo "Create additional schemas"
5757
sqlcmd -Q "CREATE SCHEMA receiver AUTHORIZATION db_owner" -d "nservicebus"

src/NServiceBus.Transport.SqlServer.AcceptanceTests/MultiCatalog/When_catalog_with_special_characters_configured_for_endpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class When_catalog_with_special_characters_configured_for_endpoint : MultiCatalogAcceptanceTest
88
{
9-
static string EndpointConnectionString => WithCustomCatalog(GetDefaultConnectionString(), "n service.bus&*#");
9+
static string EndpointConnectionString => WithCustomCatalog(GetDefaultConnectionString(), "n service.bus&#");
1010

1111
[Test]
1212
public async Task Should_be_able_to_send_messages_to_the_endpoint()

0 commit comments

Comments
 (0)