Skip to content

Commit

Permalink
chore: added a fail test case
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Apr 30, 2023
1 parent 628c3c2 commit e1ebddc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions User/User Info.bru
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ meta {

get {
url: {{baseUrl}}/users/usebruno
body: none
}

tests {
test("status must be 200", function() {
expect(res.status).to.eql(201);
});
}

0 comments on commit e1ebddc

Please sign in to comment.