We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb83e40 commit 836f311Copy full SHA for 836f311
tests/test_endpoints/test_relations.py
@@ -129,12 +129,3 @@ def test_relations_all_endpoint_parms(self):
129
self.assertEqual(
130
result.json[0]["relationship_string"], "second great stepgrandaunt"
131
)
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
138
- "/api/relations/9BXKQC1PVLPYFMD6IX/ORFKQC4KLWEGTGR19L/all?locale=1"
139
140
- self.assertEqual(result.status_code, 200)
0 commit comments