Skip to content

Commit 762d0af

Browse files
committed
remove unused tags in tests
1 parent f870a52 commit 762d0af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

edc_locator/tests/test_view_mixins.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from unittest.case import skip
22

3-
from django.test import TestCase, tag
3+
from django.test import TestCase
44
from django.views.generic.base import ContextMixin
55
from edc_action_item import site_action_items
66
from edc_action_item.models import ActionItem
@@ -44,7 +44,6 @@ class MySubjectLocatorViewMixin(
4444
mixin.request = get_request_object_for_tests(self.user)
4545
self.assertGreater(len(mixin.request._messages._queued_messages), 0)
4646

47-
@tag("1")
4847
def test_subject_locator_view_ok(self):
4948
class MySubjectLocatorViewMixin(
5049
SiteViewMixin, SubjectLocatorViewMixin, RegisteredSubjectViewMixin, ContextMixin

0 commit comments

Comments
 (0)