Skip to content

Commit

Permalink
#221 Fix test after develop merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jelemux committed Dec 13, 2024
1 parent a8c7174 commit 971a452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/resource/resource_generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestResourceGenerator_GetDoguDeployment(t *testing.T) {
assert.Equal(t, expectedDeployment, actualDeployment)
})

t.Run("Return simple deployment with security context", func(t *testing.T) {
t.Run("Return deployment with security context", func(t *testing.T) {
// when
ldapDoguResource := readLdapDoguResource(t)
ldapDogu := readLdapDogu(t)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
dogu.name: ldap
dogu.version: 2.4.48-4
spec:
automountServiceAccountToken: false
InitContainers:
- image: busybox:1.36
name : dogu-volume-chown-init
Expand Down

0 comments on commit 971a452

Please sign in to comment.