Skip to content

Commit

Permalink
fix: Enable api test cases that were omitted
Browse files Browse the repository at this point in the history
Closes: metarhia#263
  • Loading branch information
KLarpen committed Dec 18, 2023
1 parent 2435b8e commit 194fbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/domain/tests/api.js
@@ -1,6 +1,6 @@
({
async cases(t, metacom) {
if (t) return;
if (!t) return;
const res = await metacom.api.auth.signin({
login: 'marcus',
password: 'marcus',
Expand Down

0 comments on commit 194fbef

Please sign in to comment.