Browse Source

:robot: Fixup test

Ettore Di Giacinto 3 years ago
parent
commit
266d79ab60
1 changed files with 3 additions and 0 deletions
  1. 3 0
      api/client/client_test.go

+ 3 - 0
api/client/client_test.go

@@ -53,6 +53,9 @@ var _ = Describe("Client", func() {
 		})
 
 		It("Summary returns some info", func() {
+			err := c.Put(testBucket, "foo", "bar")
+			Expect(err).ToNot(HaveOccurred())
+
 			Eventually(func() string {
 				s, _ := c.Summary()
 				return s.NodeID