Rsr2425 commited on
Commit
a6dd268
·
1 Parent(s): 07d0b0a

Making tests more consistent

Browse files
Files changed (1) hide show
  1. backend/tests/test_api.py +1 -2
backend/tests/test_api.py CHANGED
@@ -35,8 +35,7 @@ def test_feedback_validation_error():
35
  assert "same length" in response.json()["detail"]
36
 
37
 
38
- @pytest.mark.asyncio
39
- async def test_successful_feedback():
40
  """Test successful grading of multiple problems"""
41
  response = client.post(
42
  "/api/feedback",
 
35
  assert "same length" in response.json()["detail"]
36
 
37
 
38
+ def test_successful_feedback():
 
39
  """Test successful grading of multiple problems"""
40
  response = client.post(
41
  "/api/feedback",