Skip to content

Commit

Permalink
fix pool.dataset.delete argument
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorcary committed Sep 3, 2024
1 parent 8f0627e commit c51443b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api2/test_pool_dataset_quota_alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ def test_dataset_quota_alert(request, datasets, expected_alerts):
else:
assert alert[k] == v, (alert, expected_alert, k)
finally:
call("pool.dataset.delete", f"/pool/dataset/id/{pool_name}%2Fquota_test/", {
call("pool.dataset.delete", f"{pool_name}/quota_test", {
"recursive": True,
})

0 comments on commit c51443b

Please sign in to comment.