BE: Test fixes

This commit is contained in:
Jokob @NetAlertX
2025-11-14 10:46:35 +00:00
parent bfe6987867
commit a45de018fb
4 changed files with 8 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ def test_wakeonlan_device(client, api_token, test_mac):
# 5. Conditional assertions based on MAC
if device_mac.lower() == 'internet' or device_mac == test_mac:
# For athe dummy "internet" or test MAC, expect a 400 response
# For the dummy "internet" or test MAC, expect a 400 response
assert resp.status_code == 400
else:
# For any other MAC, expect a 200 response