We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96db3b commit 0b406a2Copy full SHA for 0b406a2
1 file changed
unittests/test_sample_data.py
@@ -8,7 +8,7 @@ class TestSampleData(DojoTestCase):
8
def get_fixture_file(self):
9
# TODO: Delete this after the move to Locations
10
if not settings.V3_FEATURE_LOCATIONS:
11
- "dojo/fixtures/defect_dojo_sample_data"
+ return "dojo/fixtures/defect_dojo_sample_data"
12
return "dojo/fixtures/defect_dojo_sample_data_locations"
13
14
def test_loaddata(self):
0 commit comments