Skip to content

Commit

Permalink
Merge pull request #1163 from Pchelolo/talk_etag_test_match
Browse files Browse the repository at this point in the history
Loosen etag expectation for talk x-ample
  • Loading branch information
Pchelolo committed Jul 8, 2019
2 parents 7d043d0 + a0f1d35 commit bdc4029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v1/talk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ paths:
status: 200
headers:
content-type: /application\/json; charset=utf-8; profile=".+Talk.+"/
etag: /^"[^/"]+/[^/"]+"$/
etag: /.+/
body:
topics:
- id: /.+/
Expand Down Expand Up @@ -139,4 +139,4 @@ paths:
To get a 200 response instead, supply `false` to the `redirect` parameter.
schema:
type: boolean
x-monitor: false
x-monitor: false

0 comments on commit bdc4029

Please sign in to comment.