We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9977a2 commit e025f29Copy full SHA for e025f29
controllers/ipfscluster_controller_test.go
@@ -46,7 +46,7 @@ var _ = Describe("IPFS Reconciler", func() {
46
// should not have errored
47
Expect(fn()).NotTo(HaveOccurred())
48
// the configmap should be populated with the following scripts
49
- Expect(len(configMapScripts.Data)).To(Equal(2))
+ Expect(len(configMapScripts.Data)).To(Equal(3))
50
51
expectedKeys := []string{
52
controllers.ScriptConfigureIPFS,
0 commit comments