mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-05 09:41:56 -07:00
FIX: lowercase MAC normalization across project v0.2
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ def client():
|
||||
@pytest.fixture
|
||||
def test_mac():
|
||||
"""Generate a test MAC address."""
|
||||
return "AA:BB:CC:DD:EE:FF"
|
||||
return "aa:bb:cc:dd:ee:ff"
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user