Skip to content

Commit

Permalink
Update test with new CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Nov 27, 2023
1 parent 3dabafa commit 13e7755
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ test('App should show bridge mode', async () => {
});

test('App should enter blocked state', async () => {
await exec('mullvad relay set location xx');
await exec('mullvad debug block-connection');
await expectError(page);

await exec(`mullvad relay set location ${process.env.HOSTNAME}`);
Expand Down

0 comments on commit 13e7755

Please sign in to comment.