Skip to content

Commit

Permalink
changing websocket url
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewhu committed Sep 18, 2024
1 parent 1cc7e40 commit 72f54cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest


WEBSOCKET_URL = "/api/ws/orders"
WEBSOCKET_URL = "/ws/orders"


def test_shows_price_levels(client):
Expand Down

0 comments on commit 72f54cc

Please sign in to comment.