Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmiskiewicz committed Dec 12, 2024
1 parent 34f9b32 commit cbbf4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/broker/bind_envtest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestCreateBinding(t *testing.T) {
ServiceID: "",
BindResource: nil,
RawContext: json.RawMessage(`{}`),
RawParameters: json.RawMessage(`{"expirationSeconds": 660}`),
RawParameters: json.RawMessage(`{"expiration_seconds": 660}`),
}, false)

// then
Expand Down

0 comments on commit cbbf4ea

Please sign in to comment.