Skip to content

Commit 9f9077f

Browse files
committed
test(mon-pix): remove useless assert.ok(true) assertions
1 parent 940f1bc commit 9f9077f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mon-pix/tests/acceptance/oidc/start-campaigns-workflow-for-oidc-partner-test.js

-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ module('Acceptance | Campaigns | Start Campaigns workflow | OIDC', function (hoo
6060

6161
// then
6262
assert.strictEqual(currentURL(), '/connexion/oidc-partner');
63-
assert.ok(true);
6463
});
6564

6665
test('should redirect to login or register oidc page', async function (assert) {
@@ -180,7 +179,6 @@ module('Acceptance | Campaigns | Start Campaigns workflow | OIDC', function (hoo
180179

181180
// then
182181
assert.strictEqual(currentURL(), '/connexion/oidc-partner');
183-
assert.ok(true);
184182
});
185183
});
186184
});

0 commit comments

Comments
 (0)