Skip to content

Commit 7ad36cd

Browse files
authored
fix(tests): Fixed external user login test
1 parent 0dd73a7 commit 7ad36cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/aspnet-authSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ describe('AspnetAuth', () => {
110110
console.log(err);
111111
});
112112

113-
axios.post.restore();
113+
axios.get.restore();
114114
});
115115
});

0 commit comments

Comments
 (0)