Skip to content

Commit c713073

Browse files
committed
Chore: Fix software tests
1 parent ba206bb commit c713073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cfr/test_jobstats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_cfr_jobstats_collect_anonymized(cratedb, caplog):
4848
dburi = cratedb.database.dburi + f"?schema={TESTDRIVE_EXT_SCHEMA}"
4949

5050
# Invoke command.
51-
runner = CliRunner(env={"CRATEDB_SQLALCHEMY_URL": dburi})
51+
runner = CliRunner(env={"CRATEDB_CLUSTER_URL": dburi})
5252
result = runner.invoke(
5353
cli,
5454
args="jobstats collect --once --anonymize",

0 commit comments

Comments
 (0)