Skip to content

Commit

Permalink
format of yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiptoChakrabarty committed Feb 18, 2022
1 parent 8cf16ae commit bdd0e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/filters/imagetag/imagetag_test.go
Expand Up @@ -851,7 +851,7 @@ spec:
template:
spec:
containers:
- image: 'redis:6.2.6'
- image: 'redis:6.2.6'
name: redis
`,
expectedOutput: `
Expand All @@ -864,7 +864,7 @@ spec:
template:
spec:
containers:
- image: 'redis:6.2.6-alpine'
- image: 'redis:6.2.6-alpine'
name: redis
`,
filter: Filter{
Expand Down

0 comments on commit bdd0e6d

Please sign in to comment.