File tree Expand file tree Collapse file tree
ravendb/tests/jvm_migrated_tests/client_tests/documents_tests/operations_tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ def setUp(self):
1919 super ().setUp ()
2020
2121 def test_can_create_get_and_delete_connection_strings (self ):
22- raven_connection_string_1 = RavenConnectionString ("r1" , "db1" , [ "http://localhost:8080" ] )
22+ raven_connection_string_1 = RavenConnectionString ("r1" , self . store . database , self . store . urls )
2323 sql_connection_string_1 = SqlConnectionString ("s1" , "test" , "MySql.Data.MySqlClient" )
24- olap_connection_string_1 = OlapConnectionString ("o1" , ftp_settings = FtpSettings (url = "localhost:9090" ))
24+ olap_connection_string_1 = OlapConnectionString ("o1" , ftp_settings = FtpSettings (url = self . store . urls [ 0 ] ))
2525
2626 put_result : PutConnectionStringResult = self .store .maintenance .send (
2727 PutConnectionStringOperation (raven_connection_string_1 )
You can’t perform that action at this time.
0 commit comments