Skip to content

Commit

Permalink
nan
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Feb 15, 2024
1 parent 62af55f commit 1b863a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ def test_positive_capsule_sync_status_persists(
cvv = cv.version[-1].read()
timestamp = datetime.utcnow()
cvv.promote(data={'environment_ids': function_lce.id})
module_capsule_configured.wait_for_sync()
module_capsule_configured.wait_for_sync(start_time=timestamp)

# Delete all capsule sync tasks so that we fall back for audits.
task_result = target_sat.execute(
Expand Down

0 comments on commit 1b863a9

Please sign in to comment.