Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetr committed Oct 6, 2023
1 parent 45d253c commit d5b501d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions it/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,13 @@ func TestRelay(t *testing.T) {
DestinationURL: internalServer.URL,
JSONPath: "$.comment.body",
Contains: []string{"/semgrep"},
HeadersContains: map[string]string{
HeaderEquals: map[string]string{
"X-GitHub-Event": "pull_request_review_comment",
},
AdditionalConfigs: []pkg.FilteredRelayConfig{
{
DestinationURL: internalServer2.URL,
HeadersNotContains: map[string]string{
HeaderNotEquals: map[string]string{
"X-GitHub-Event": "pull_request_review_comment",
},
},
Expand Down

0 comments on commit d5b501d

Please sign in to comment.