Skip to content

Commit

Permalink
Simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway committed Oct 20, 2023
1 parent d843e1e commit 8cdd46b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/controller/eventing/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import (

func Test_readDomainFromConfigMap(t *testing.T) {
// given
var (
ctx = context.TODO()
)
ctx := context.TODO()

cm := &corev1.ConfigMap{
Data: map[string]string{
Expand Down

0 comments on commit 8cdd46b

Please sign in to comment.