Skip to content

Commit

Permalink
add ignoreheader on replay too
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed May 2, 2023
1 parent 2cc20b3 commit a12e55c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions httpreplay/httpreplay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ func TestIntegration_RecordAndReplay(t *testing.T) {
if err != nil {
t.Fatal(err)
}
rep.IgnoreHeader("X-Goog-Api-Client")
rep.IgnoreHeader("X-Goog-Gcs-Idempotency-Token")
defer rep.Close()
hc, err = rep.Client(ctx)
if err != nil {
Expand Down

0 comments on commit a12e55c

Please sign in to comment.