Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Jul 23, 2024
1 parent 44c42f9 commit 82933e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api2/test_localhost_ws_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ def test__authentication_required_localhost():

assert not resp['result']

assert resp['stderr'].strip() == 'Not authenticated'
assert 'Not authenticated' in resp['stderr']

0 comments on commit 82933e6

Please sign in to comment.