File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test_container/tests/test/standard-flavor/all/python Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77class WebsocketAPIConnectionTest (udf .TestCase ):
88 # TODO use dsn and credentials injected into the testcase
9- db_port = obj_from_json_file ("/environment_info.json" ).database_info .ports .database
9+ db_port = obj_from_json_file ("/environment_info.json" ).database_info .ports ._database
1010 connection = f"localhost:{ db_port } "
1111 user = "sys"
1212 pwd = "exasol"
Original file line number Diff line number Diff line change 66
77class PyexsolConnectionTest (udf .TestCase ):
88 # TODO use dsn and credentials injected into the testcase
9- db_port = obj_from_json_file ("/environment_info.json" ).database_info .ports .database
9+ db_port = obj_from_json_file ("/environment_info.json" ).database_info .ports ._database
1010 host = "localhost"
1111 port = str (db_port )
1212 user = "sys"
Original file line number Diff line number Diff line change 66
77
88class WebsocketAPIConnectionTest (udf .TestCase ):
9- db_port = obj_from_json_file ("/environment_info.json" ).database_info .ports .database
9+ db_port = obj_from_json_file ("/environment_info.json" ).database_info .ports ._database
1010 connection = f"localhost:{ db_port } "
1111 user = "sys"
1212 pwd = "exasol"
You can’t perform that action at this time.
0 commit comments