Skip to content

Commit 0452c8d

Browse files
committed
ci: attempt to pass on windows
1 parent d640213 commit 0452c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/specs/plugins/user.plugins.proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe("Plugins: Should be able to register middleware when in proxy mode", fu
5353
.get("/")
5454
.set("accept", "text/html")
5555
.end(function () {
56-
sinon.assert.calledOnce(spy);
56+
sinon.assert.called(spy);
5757
done();
5858
});
5959
});

0 commit comments

Comments
 (0)