fix by review

This commit is contained in:
moririn2528
2023-09-15 18:06:53 +09:00
parent 9093f845fa
commit 3d1e7f1df8
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ class APITestCase(TestCase):
study_id = study._study._study_id
status, _, _ = send_request(
app,
f"/api/studies/{study_id}/preference_feedback_component_type",
f"/api/studies/{study_id}/preference_feedback_component",
"PUT",
body=json.dumps({"type": "artifact", "artifact_key": "image"}),
content_type="application/json",