Skip to content

Commit b2cdebc

Browse files
committed
Fix wrong keyword in test
1 parent 2e9a431 commit b2cdebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/refactor/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def test_multiple_metric_retrieval(
225225
metric_names=list(create_test_run[1]["metrics"]),
226226
xaxis=xaxis,
227227
aggregate=aggregate,
228-
output_format=format,
228+
output_format=output_format,
229229
)
230230
return
231231

@@ -234,5 +234,5 @@ def test_multiple_metric_retrieval(
234234
metric_names=list(create_test_run[1]["metrics"]),
235235
xaxis=xaxis,
236236
aggregate=aggregate,
237-
output_format=format,
237+
output_format=output_format,
238238
)

0 commit comments

Comments
 (0)