Spaces:
Sleeping
Sleeping
Commit
·
bb6fd96
1
Parent(s):
4d20a7d
Fixed test cases
Browse files- tests/test_brainstorm.py +0 -2
tests/test_brainstorm.py
CHANGED
|
@@ -9,7 +9,6 @@ def test_brainstorming():
|
|
| 9 |
"image_base64_list": []
|
| 10 |
}
|
| 11 |
response = client.post("/api/brainstorm", json=payload)
|
| 12 |
-
print(response.json())
|
| 13 |
assert response.status_code == 200
|
| 14 |
|
| 15 |
def test_brainstorming_with_topics():
|
|
@@ -18,5 +17,4 @@ def test_brainstorming_with_topics():
|
|
| 18 |
"image_base64_list": []
|
| 19 |
}
|
| 20 |
response = client.post("/api/brainstorm", json=payload)
|
| 21 |
-
print(response.json())
|
| 22 |
assert response.status_code == 200
|
|
|
|
| 9 |
"image_base64_list": []
|
| 10 |
}
|
| 11 |
response = client.post("/api/brainstorm", json=payload)
|
|
|
|
| 12 |
assert response.status_code == 200
|
| 13 |
|
| 14 |
def test_brainstorming_with_topics():
|
|
|
|
| 17 |
"image_base64_list": []
|
| 18 |
}
|
| 19 |
response = client.post("/api/brainstorm", json=payload)
|
|
|
|
| 20 |
assert response.status_code == 200
|