We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4630a commit 7bc10d6Copy full SHA for 7bc10d6
test/integration/users.test.js
@@ -1017,8 +1017,8 @@ describe("Users", function () {
1017
});
1018
1019
it("Should accept lowercase profileStatus", function (done) {
1020
- chai
1021
- .request(app)
+ chai
+ .request(app)
1022
.get("/users?profileStatus=blocked")
1023
.end((err, res) => {
1024
if (err) {
@@ -1032,7 +1032,7 @@ describe("Users", function () {
1032
1033
return done();
1034
1035
- });
+ });
1036
1037
1038
describe("GET /users/self", function () {
0 commit comments