diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/api/test_eval.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/api/test_eval.py b/tests/api/test_eval.py index a5b83fd..bcd0ec4 100644 --- a/tests/api/test_eval.py +++ b/tests/api/test_eval.py @@ -26,7 +26,7 @@ class TestEvalResource(SnekAPITestCase):          self.assertEqual(expected, result.json)      def test_post_invalid_content_type_415(self): -        body = "{\"input\": \"foo\"}" +        body = "{'input': 'foo'}"          headers = {"Content-Type": "application/xml"}          result = self.simulate_post(self.PATH, body=body, headers=headers) | 
