Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pjob committed Dec 18, 2024
1 parent 52fd9dc commit fa1d53a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests_e2e/test_import_snowsql_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def test_import_of_snowsql_connections(
"helpers",
"import-snowsql-connections",
"--snowsql-config-file",
f"{test_root_path}/config/snowsql/config",
test_root_path / "config" / "snowsql" / "config",
"--snowsql-config-file",
f"{test_root_path}/config/snowsql/overriding_config",
test_root_path / "config" / "snowsql" / "overriding_config",
"--format",
"json",
],
Expand Down Expand Up @@ -76,7 +76,7 @@ def test_import_error_on_conflict_with_existing_cli_connection(
"helpers",
"import-snowsql-connections",
"--snowsql-config-file",
f"{test_root_path}/config/snowsql/integration_config",
test_root_path / "config" / "snowsql" / "integration_config",
"--format",
"json",
],
Expand All @@ -98,7 +98,7 @@ def test_connection_imported_from_snowsql(
"helpers",
"import-snowsql-connections",
"--snowsql-config-file",
f"{test_root_path}/config/snowsql/integration_config",
test_root_path / "config" / "snowsql" / "integration_config",
"--format",
"json",
],
Expand Down

0 comments on commit fa1d53a

Please sign in to comment.