Skip to content

Commit 55e7b0a

Browse files
authored
Test failure
1 parent bbeae9b commit 55e7b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/test/test_websocket_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async def test_boptest_websocket_one_test():
9999

100100
# Stop the test
101101
response = requests.put(f"{host}/stop/{testid}")
102-
check.is_true(response.status_code == 200)
102+
check.is_true(response.status_code == 400)
103103

104104

105105
@pytest.mark.asyncio

0 commit comments

Comments
 (0)