upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/network.mjs2
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 @@
1import { execSync } from 'child_process'; 1import { execSync } from 'child_process';
2 2
3const ESP32_IP = process.env.TOLLGATE_IP || '192.168.4.1'; 3const ESP32_IP = process.env.TOLLGATE_IP || '10.192.45.1';
4const TIMEOUT = 5000; 4const TIMEOUT = 5000;
5 5
6export function curl(args, expectStatus = null) { 6export function curl(args, expectStatus = null) {