diff --git a/tests/node/api.test.js b/tests/node/api.test.js index 8b557f4..e2964d7 100644 --- a/tests/node/api.test.js +++ b/tests/node/api.test.js @@ -12,7 +12,7 @@ catch (error) console.warn("No PipeWire Server available"); assert(!venmic.PatchBay.hasPipeWire()); - assert.throws(() => new venmic.PatchBay(), /(failed to create patchbay)|(not running pipewire)/ig); + assert.throws(() => new venmic.PatchBay(), /failed to create patchbay/ig); process.exit(0); }