diff --git a/User/User Info.bru b/User/User Info.bru index c2456dd..e62d7d7 100644 --- a/User/User Info.bru +++ b/User/User Info.bru @@ -11,6 +11,6 @@ get { tests { test("status must be 200", function() { - expect(res.status).to.eql(201); + expect(res.status).to.eql(200); }); } diff --git a/readme.md b/readme.md index 1179dbc..095bd74 100644 --- a/readme.md +++ b/readme.md @@ -7,4 +7,7 @@ git clone https://github.com/usebruno/github-rest-api-collection.git # open the folder in bruno # enjoy !! -``` \ No newline at end of file + +# if you want to run the collection via CLI, use bru specifyng the environment: +bru run --env Github +```