Skip to content

Commit

Permalink
Update opencanary/test/module_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Aug 2, 2023
1 parent 03f13f7 commit 97e0206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencanary/test/module_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_log_in_to_http_with_basic_auth(self):
"""
request = requests.post('http://localhost/', auth=('user', 'pass'))
# Currently the web server returns 200, but in future it should return
# a 403 statutes code.
# a 403 status code.
self.assertEqual(request.status_code, 200)
self.assertIn('Synology DiskStation', request.text)
last_log = get_last_log()
Expand Down

0 comments on commit 97e0206

Please sign in to comment.