Skip to content

Commit

Permalink
fix tests 7
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-goodisman committed Apr 25, 2024
1 parent 6b48bf2 commit 8e93c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/acceptance/denylist_http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestDenyList(t *testing.T) {
// PUT second rule
doRequest("PUT", "/denylist/def", t, 201)
// GET second rule
data = doRequest("GET", "/denylistdef/", t, 200)
data = doRequest("GET", "/denylist/def", t, 200)
if !reflect.DeepEqual(data, "def") {
t.Fatalf("Expected matched body from GET, but got %#v", data)
}
Expand Down

0 comments on commit 8e93c5f

Please sign in to comment.