Skip to content

Commit

Permalink
Fix replication test (#15464)
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin authored Jan 23, 2025
1 parent bc0362e commit a4be165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api2/test_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def test_run_onetime__exclude_mountpoint_property(exclude_mountpoint_property):
"target_dataset": f"{pool}/dst",
"recursive": True,
"also_include_naming_schema": ["%Y-%m-%d-%H-%M-%S"],
"retention_policy": "NONE",
"retention_policy": "SOURCE",
"replicate": True,
"readonly": "IGNORE",
"exclude_mountpoint_property": exclude_mountpoint_property
Expand Down

0 comments on commit a4be165

Please sign in to comment.