Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/testing/e2e/skr/mult…
Browse files Browse the repository at this point in the history
…i-e50d3990c9
  • Loading branch information
ukff authored Dec 24, 2024
2 parents 0b2e98a + 0341d9f commit 9eedd8a
Show file tree
Hide file tree
Showing 116 changed files with 1,388 additions and 1,665 deletions.
5 changes: 0 additions & 5 deletions cmd/broker/binding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ func TestBinding(t *testing.T) {
suite.Log(string(b))
suite.Log(resp.Status)

respRuntimes := suite.CallAPI(http.MethodGet, "/runtimes?bindings=true", "")
b, _ = io.ReadAll(respRuntimes.Body)
suite.Log(string(b))
suite.Log(resp.Status)

t.Run("should return 400 when expiration seconds parameter is string instead of int", func(t *testing.T) {
resp = suite.CallAPI(http.MethodPut, fmt.Sprintf("oauth/v2/service_instances/%s/service_bindings/%s", iid, bid),
`{
Expand Down
Loading

0 comments on commit 9eedd8a

Please sign in to comment.