FAIL src/components/dialogs/AddMachineDialog.issue-1690.test.tsx > issue #1690 > does not hand the user a pairing command that targets 127.0.0.1 AssertionError: expected
to be null - Expected: null + Received:curl -fL --progress-meter --connect-timeout 10 --max-time 60 --retry 2 http://127.0.0.1:38886/install.sh | sh -s -- --join-code bbde_test --host-id host_new --server http://127.0.0.1:38886❯ src/components/dialogs/AddMachineDialog.issue-1690.test.tsx:88:29 86| // "curl ... http://127.0.0.1:38886/install.sh | sh -s -- --join-c… 87| // --host-id host_new --server http://127.0.0.1:38886" 88| expect(loopbackCommand).toBeNull(); | ^ 89| }); 90| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed (1) Tests 1 failed (1) Start at 06:26:09 Duration 2.02s (transform 463ms, setup 18ms, import 1.43s, tests 96ms, environment 392ms)