Skip to content

Commit 83cb545

Browse files
Maffoochclaude
andcommitted
Use versioned_fixtures for RequestResponsePairsAuthzTest
The dojo_testdata.json fixture contains Endpoint rows, which raise NotImplementedError in Endpoint.__init__ when V3_FEATURE_LOCATIONS is enabled. Mirror the surrounding API test classes by applying the @versioned_fixtures decorator so the locations-aware fixture is loaded on the V3 matrix leg. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e75944f commit 83cb545

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unittests/test_rest_framework.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,6 +1788,7 @@ def test_request_response_get(self):
17881788
self.assertEqual(200, response.status_code, response.content[:1000])
17891789

17901790

1791+
@versioned_fixtures
17911792
class RequestResponsePairsAuthzTest(DojoAPITestCase):
17921793

17931794
fixtures = ["dojo_testdata.json"]

0 commit comments

Comments
 (0)