Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Nov 2, 2021
1 parent 40dd984 commit 5af6bd7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"name": "repos_hub4j-test-org_github-api",
"request": {
"url": "/repos/hub4j-test-org/github-api",
"method": "GET"
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "\"295ae3430c604f3d10b6eb145fe511b5\""
}
}
},
"response": {
"status": 304,
Expand Down

0 comments on commit 5af6bd7

Please sign in to comment.