We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364f772 commit 4f66916Copy full SHA for 4f66916
tests/test_interpreter.py
@@ -53,6 +53,9 @@ async def test_fastapi_server():
53
# Connect to the websocket
54
print("Connected to WebSocket")
55
56
+ # Sending message via WebSocket
57
+ await websocket.send(json.dumps({"auth": "dummy-api-key"}))
58
+
59
# Sending POST request
60
post_url = "http://localhost:8000/settings"
61
settings = {
0 commit comments