Skip to content

Commit

Permalink
💄 Running gofmt... (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Dec 18, 2023
1 parent 8d94fb6 commit 428995a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions test/e2e/broker_defaults_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ func TestBrokerNamespaceDefaulting(t *testing.T) {

// Instead of updating the CM directly, we need to update its definition in KnativeEventing:
/*
cm.Data[config.BrokerDefaultsKey] = string(b)
cm, err = c.Kube.CoreV1().ConfigMaps(system.Namespace()).Update(ctx, cm, metav1.UpdateOptions{})
if err != nil {
return err
}
b, err = yaml.Marshal(cm.Data[config.BrokerDefaultsKey])
if err != nil {
t.Log("error", err)
} else {
t.Log("CM updated - new values:", string(b))
}
cm.Data[config.BrokerDefaultsKey] = string(b)
cm, err = c.Kube.CoreV1().ConfigMaps(system.Namespace()).Update(ctx, cm, metav1.UpdateOptions{})
if err != nil {
return err
}
b, err = yaml.Marshal(cm.Data[config.BrokerDefaultsKey])
if err != nil {
t.Log("error", err)
} else {
t.Log("CM updated - new values:", string(b))
}
*/

knativeEventing, err := c.Dynamic.
Expand Down
2 changes: 1 addition & 1 deletion test/rekt/sink_binding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestSinkBindingV1DeploymentTLS(t *testing.T) {
}

func TestSinkBindingV1Job(t *testing.T) {
t.Skip("SRVKE-500: Skipping since we set bindings to inclusion")
t.Skip("SRVKE-500: Skipping since we set bindings to inclusion")
t.Parallel()

ctx, env := global.Environment(
Expand Down

0 comments on commit 428995a

Please sign in to comment.