Skip to content

Commit 5390b12

Browse files
committed
Fix
1 parent 2498ebf commit 5390b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_core_tags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class CoreTagsTests(TestCase):
1515
fixtures = ['eric', 'test_data']
1616

17-
@pytest.fixture(scope="module", autouse=True)
17+
@pytest.fixture(autouse=True)
1818
def url_scheme(self, request):
1919
self.url_scheme = request.config.option.url_scheme
2020

0 commit comments

Comments
 (0)