Skip to content

Commit 836f311

Browse files
committed
Remove locale from all test, forgot not supported
1 parent eb83e40 commit 836f311

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/test_endpoints/test_relations.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,3 @@ def test_relations_all_endpoint_parms(self):
129129
self.assertEqual(
130130
result.json[0]["relationship_string"], "second great stepgrandaunt"
131131
)
132-
# check locale parm working
133-
result = self.client.get(
134-
"/api/relations/9BXKQC1PVLPYFMD6IX/ORFKQC4KLWEGTGR19L/all?locale"
135-
)
136-
self.assertEqual(result.status_code, 422)
137-
result = self.client.get(
138-
"/api/relations/9BXKQC1PVLPYFMD6IX/ORFKQC4KLWEGTGR19L/all?locale=1"
139-
)
140-
self.assertEqual(result.status_code, 200)

0 commit comments

Comments
 (0)