Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion User/User Info.bru
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ get {

tests {
test("status must be 200", function() {
expect(res.status).to.eql(201);
expect(res.status).to.eql(200);
});
}
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ git clone https://github.com/usebruno/github-rest-api-collection.git

# open the folder in bruno
# enjoy !!
```

# if you want to run the collection via CLI, use bru specifyng the environment:
bru run --env Github
```