Skip to content

Commit

Permalink
fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberCharitos committed Nov 11, 2024
1 parent 152ee29 commit 4ddce1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def test_catalog_config(self, ops_test: OpsTest):
for app in ["trino-k8s", "trino-k8s-worker"]:
await ops_test.model.grant_secret("postgresql-secret", app)
await ops_test.model.grant_secret("bigquery-secret", app)
await ops_test.model.grant_secret("gsheet-secret", app)
await ops_test.model.grant_secret("gsheets-secret", app)

catalog_config = await create_catalog_config(
postgresql_secret_id, bigquery_secret_id, gsheet_secret_id, True
Expand Down

0 comments on commit 4ddce1a

Please sign in to comment.