瀏覽代碼

[tests][supervise] fixed supervise test

Maxime Alves LIRMM@home 4 年之前
父節點
當前提交
b5a5a8ff8c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      tests/cli/test_supervise.py

+ 1
- 1
tests/cli/test_supervise.py 查看文件

@@ -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…
取消
儲存