Skip to content

Commit 396ba60

Browse files
committed
Fix integration tests
1 parent 237c542 commit 396ba60

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

test/Services/IntegrationTests/Services/Catalog/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word",
33
"ExternalCatalogBaseUrl": "http://localhost:5101",
44
"IdentityUrl": "http://localhost:5105",
5-
"isTest": "true"
5+
"isTest": "true",
6+
"EventBusConnection": "localhost"
67
}

test/Services/IntegrationTests/Services/Ordering/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
33
"ExternalCatalogBaseUrl": "http://localhost:5101",
44
"IdentityUrl": "http://localhost:5105",
5-
"isTest": "true"
5+
"isTest": "true",
6+
"EventBusConnection": "localhost"
67
}

0 commit comments

Comments
 (0)