Skip to content

Commit 1256afb

Browse files
Merge pull request #525 from NHSDigital/mav-1716
Added tag to test
2 parents 97db903 + 0a8a78a commit 1256afb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_programmes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import pytest
22

3+
from mavis.test.annotations import issue
34
from mavis.test.data import ClassFileMapping, CohortsFileMapping, VaccsFileMapping
45
from mavis.test.models import Programme, ReportFormat, Vaccine
5-
from mavis.test.annotations import issue
66

77

88
@pytest.fixture
@@ -146,6 +146,7 @@ def test_cohorts_empty_file(setup_cohort_upload, import_records_page):
146146

147147

148148
@issue("MAV-909")
149+
@issue("MAV-1716")
149150
@pytest.mark.cohorts
150151
@pytest.mark.bug
151152
def test_cohorts_archive_and_unarchive(

0 commit comments

Comments
 (0)