Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Dec 17, 2024
1 parent 9308d7d commit 43d43ab
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions warehouse/metrics_tools/compute/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@ def app_client_with_all_debugging():
setup_module_logging("metrics_tools")
app = app_factory(
default_lifecycle,
AppConfig( # type: ignore
trino_catalog="",
trino_host="",
trino_user="",
hive_catalog="",
hive_schema="",
AppConfig(
cluster_namespace="namespace",
cluster_service_account="service_account",
cluster_name="name",
worker_duckdb_path="path",
trino_catalog="catalog",
trino_host="trino",
trino_user="trino",
trino_port=8080,
hive_catalog="catalog",
hive_schema="schema",
gcs_bucket="bucket",
gcs_key_id="key",
gcs_secret="secret",
debug_all=True,
),
)
Expand Down

0 comments on commit 43d43ab

Please sign in to comment.