Skip to content

Commit

Permalink
#279 Looking at the permission error [run-notebook-tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jun 5, 2024
1 parent 2292f07 commit 5589958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/notebooks/notebook_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ def access_to_temp_saas_secret_store(tmp_path_factory) -> Tuple[Path, str]:
client = stack.enter_context(create_saas_client(
secrets.get(CKey.saas_url), CKey.saas_token))
api_access = OpenApiAccess(client, secrets.get(CKey.saas_account_id))
stack.enter_context(api_access.allowed_ip())
db = stack.enter_context(api_access.database(
secrets.get(CKey.saas_database_name)))
stack.enter_context(api_access.allowed_ip())
api_access.wait_until_running(db.id)
yield store_path, store_password

Expand Down

0 comments on commit 5589958

Please sign in to comment.