Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorcary committed Aug 7, 2024
1 parent e2e5369 commit 2892e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api2/test_snapshot_count_alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_snapshot_total_count_alert(request):
def test_snapshot_count_alert(request):
with (
dataset(DATASET_NAME) as ds,
smb_share(f"/mnt/{ds}", ds),
smb_share(f"/mnt/{ds}", DATASET_NAME),
mock("pool.snapshottask.max_count", return_value=NUM_SNAPSHOTS)
):
for i in range(NUM_SNAPSHOTS):
Expand Down

0 comments on commit 2892e16

Please sign in to comment.