aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/test_eval.py
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-05-30 09:37:10 -0700
committerGravatar GitHub <[email protected]>2022-05-30 09:37:10 -0700
commitf94e5f3e29859ac27159c3afbef6869d10906201 (patch)
tree1b8f91fbc91fdfcfbc605658823b6062b39e4f31 /tests/api/test_eval.py
parentReplace ASCII diagram with mermaid sequence diagram (diff)
parentRebuild the container before running the test command (diff)
Merge #139 - use pip-tools instead of Pipenv
Diffstat (limited to 'tests/api/test_eval.py')
-rw-r--r--tests/api/test_eval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api/test_eval.py b/tests/api/test_eval.py
index bdeee3e..24e673a 100644
--- a/tests/api/test_eval.py
+++ b/tests/api/test_eval.py
@@ -51,7 +51,7 @@ class TestEvalResource(SnekAPITestCase):
self.assertEqual(result.status_code, 415)
expected = {
- "title": "Unsupported media type",
+ "title": "415 Unsupported Media Type",
"description": "application/xml is an unsupported media type."
}