Skip to content

Commit a802c92

Browse files
fix unit tests
1 parent 6dea961 commit a802c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tests/test_embargo_registrations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def test_should_activate_pending_embargo_more_than_48_hours_old(self):
6565
assert not self.registration.is_pending_embargo
6666
assert self.registration.embargo_end_date
6767

68+
@pytest.mark.usefixtures('mock_gravy_valet_get_verified_links')
6869
def test_embargo_past_end_date_should_be_completed(self):
6970
self.registration.embargo.accept()
7071
assert self.registration.embargo_end_date

0 commit comments

Comments
 (0)