Skip to content

Commit

Permalink
Add blank response to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rudigiesler committed Dec 19, 2024
1 parent d765d35 commit 09b41ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ def create_test_data(self):
"answer": "Flake",
"score": "3",
"semantic_id": "flake",
"response": "Only the flakiest",
"response": ""
},
]
)
Expand Down Expand Up @@ -2156,7 +2156,7 @@ def test_assessment_endpoint(self, uclient):
"answer": "Flake",
"score": "3",
"semantic_id": "flake",
"response": "Only the flakiest",
"response": "",
},
],
"semantic_id": "best_chocolate",
Expand Down Expand Up @@ -2191,7 +2191,7 @@ def test_assessment_endpoint(self, uclient):
"answer": "Flake",
"score": "3",
"semantic_id": "flake",
"response": "Only the flakiest",
"response": "",
},
],
"semantic_id": "yummy_chocolates",
Expand Down

0 comments on commit 09b41ee

Please sign in to comment.