aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/test_eval.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-06-22 15:06:21 +0200
committerGravatar GitHub <[email protected]>2019-06-22 15:06:21 +0200
commit56949e7d2e5d05d975fc9d12a4b5efe5c45e3188 (patch)
tree5cd3466437988ff589857a36ff1e3ade12f7706f /tests/api/test_eval.py
parentMerge pull request #24 from python-discord/refactor/nsjail (diff)
parentUse a custom Gunicorn access log format (diff)
Merge pull request #29 from python-discord/api-adjustments
API Adjustments
Diffstat (limited to 'tests/api/test_eval.py')
-rw-r--r--tests/api/test_eval.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/api/test_eval.py b/tests/api/test_eval.py
index 03f0e39..3350763 100644
--- a/tests/api/test_eval.py
+++ b/tests/api/test_eval.py
@@ -10,7 +10,6 @@ class TestEvalResource(SnekAPITestCase):
self.assertEqual(result.status_code, 200)
self.assertEqual("output", result.json["stdout"])
- self.assertEqual("error", result.json["stderr"])
self.assertEqual(0, result.json["returncode"])
def test_post_invalid_schema_400(self):