Skip to content

Commit

Permalink
Minor fixes testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardo-bastos committed Aug 4, 2023
1 parent 644e418 commit 486d810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/cd-service/pkg/repository/transformer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ func TestRbacTransformerTest(t *testing.T) {
Application: "app1",
Manifests: map[string]string{
"production": "production",
"staging": "staging",
},
Authentication: Authentication{RBACConfig: auth.RBACConfig{DexEnabled: false}},
},
Expand Down Expand Up @@ -838,6 +839,7 @@ func TestRbacTransformerTest(t *testing.T) {
Application: "app1",
Manifests: map[string]string{
"production": "production",
"staging": "staging",
},
Authentication: Authentication{RBACConfig: auth.RBACConfig{DexEnabled: false}},
},
Expand Down

0 comments on commit 486d810

Please sign in to comment.