Browse Source

[tests][supervise] fixed supervise test

Maxime Alves LIRMM@home 3 years ago
parent
commit
b5a5a8ff8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/cli/test_supervise.py

+ 1
- 1
tests/cli/test_supervise.py View File

@@ -42,7 +42,7 @@ def test_supervise(requestsMock, fetch, runner):
42 42
     config['supervisor']['get_path'] = '/get'
43 43
     config['heatpump']['mac_address'] = '00:11:22:33:44:55'
44 44
 
45
-    data = {'macAddress':config['heatpump']['mac_address']}
45
+    data = {'macAddress':'001122334455'}
46 46
 
47 47
     try:
48 48
         r = runner.invoke(cli, 'supervise')

Loading…
Cancel
Save