File tree Expand file tree Collapse file tree
Shared.IntegrationTesting Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ public static IContainerService StartSqlContainerWithOpenConnection(String conta
643643 Int32 counter = 1 ;
644644
645645 String server = "127.0.0.1" ;
646- String database = "SubscriptionServiceConfiguration " ;
646+ String database = "master " ;
647647 String user = sqlUserName ;
648648 String password = sqlPassword ;
649649 String port = sqlServerEndpoint . Port . ToString ( ) ;
@@ -661,7 +661,7 @@ public static IContainerService StartSqlContainerWithOpenConnection(String conta
661661 connection . Open ( ) ;
662662
663663 SqlCommand command = connection . CreateCommand ( ) ;
664- command . CommandText = "SELECT * FROM EventStoreServer " ;
664+ command . CommandText = "SELECT * FROM sys.databases " ;
665665 command . ExecuteNonQuery ( ) ;
666666
667667 logger . LogInformation ( "Connection Opened" ) ;
@@ -767,4 +767,4 @@ protected virtual String GenerateEventStoreConnectionString()
767767
768768 #endregion
769769 }
770- }
770+ }
You can’t perform that action at this time.
0 commit comments