Skip to content

Commit

Permalink
Fix documented output
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturner authored Sep 14, 2024
1 parent ba908fd commit ba03f40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ Will be converted to:
{{
// TODO: Fixup Postman test script
// pm.test("Status test", function () {
// pm.response.to.have.status(201);
// console.log(pm.response.json().id);
//});
// pm.response.to.have.status(201);
// console.log(pm.response.json().id);
// });
}}
```

Expand Down

0 comments on commit ba03f40

Please sign in to comment.