Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Sep 19, 2023
1 parent 3f4e4f5 commit e921ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/config/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ func TestHookConfigs(t *testing.T) {

c.MustSet(ctx, key, map[string]any{
"url": "http://localhost:8080/hook2",
"header": map[string]any{
"headers": map[string]any{
"My-Headers": "my-value",
},
})
Expand Down

0 comments on commit e921ac1

Please sign in to comment.