mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
chore(test): fix a typo
(but I would really like to see what web socker would look like)
This commit is contained in:
parent
db50c6cdd6
commit
dfbdc1f975
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ def test_websocket_token_returns_403_if_unauthorized(client, user, user2, map):
|
|||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_websocker_token_is_generated_for_anonymous(client, user, user2, map):
|
||||
def test_websocket_token_is_generated_for_anonymous(client, user, user2, map):
|
||||
map.edit_status = Map.ANONYMOUS
|
||||
map.save()
|
||||
|
||||
|
|
Loading…
Reference in a new issue