We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dea961 commit a802c92Copy full SHA for a802c92
scripts/tests/test_embargo_registrations.py
@@ -65,6 +65,7 @@ def test_should_activate_pending_embargo_more_than_48_hours_old(self):
65
assert not self.registration.is_pending_embargo
66
assert self.registration.embargo_end_date
67
68
+ @pytest.mark.usefixtures('mock_gravy_valet_get_verified_links')
69
def test_embargo_past_end_date_should_be_completed(self):
70
self.registration.embargo.accept()
71
0 commit comments