diff options
Diffstat (limited to 'tests/helpers/network.mjs')
| -rw-r--r-- | tests/helpers/network.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/network.mjs b/tests/helpers/network.mjs index e4d5086..a2d889e 100644 --- a/tests/helpers/network.mjs +++ b/tests/helpers/network.mjs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import { execSync } from 'child_process'; | 1 | import { execSync } from 'child_process'; |
| 2 | 2 | ||
| 3 | const ESP32_IP = process.env.TOLLGATE_IP || '192.168.4.1'; | 3 | const ESP32_IP = process.env.TOLLGATE_IP || '10.192.45.1'; |
| 4 | const TIMEOUT = 5000; | 4 | const TIMEOUT = 5000; |
| 5 | 5 | ||
| 6 | export function curl(args, expectStatus = null) { | 6 | export function curl(args, expectStatus = null) { |