Skip to content

Commit

Permalink
fix affected api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 committed Jun 17, 2021
1 parent fda9ec4 commit a2e7623
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions api/krusty/configmaps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,22 +182,20 @@ data:
BIRD: falcon
MOUNTAIN: everest
OCEAN: pacific
forces.txt: |2
forces.txt: |
gravitational
electromagnetic
strong nuclear
weak nuclear
fruit: apple
passphrase: |2
passphrase: |
Life is short.
But the years are long.
Not while the evil days come not.
vegetable: broccoli
kind: ConfigMap
metadata:
name: blah-bob-g9df72cd5b
name: blah-bob-7hftd2f22b
---
apiVersion: v1
data:
Expand Down Expand Up @@ -266,8 +264,7 @@ radon
apiVersion: v1
data:
fruit: apple
nobles: |2
nobles: |
helium
neon
argon
Expand All @@ -277,7 +274,7 @@ data:
vegetable: broccoli
kind: ConfigMap
metadata:
name: blah-bob-db529cg5bk
name: blah-bob-mkgcc9c284
`)
}

Expand Down

0 comments on commit a2e7623

Please sign in to comment.