Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Kira Boyle <[email protected]>
  • Loading branch information
anEXPer authored and kcboyle committed Aug 30, 2019
1 parent f556044 commit e59dacb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acceptance/staged_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ var _ = Describe("staged-config command", func() {
"pre_delete": true,
"label": "Errand 2 Label"
}]}`))
Expect(err).ToNot(HaveOccurred())
case "/api/v0/info":
_, err := w.Write([]byte(`{
"info": {
"version": "2.4-build.79"
}
}`))

Expect(err).ToNot(HaveOccurred())
default:
out, err := httputil.DumpRequest(req, true)
Expand Down

0 comments on commit e59dacb

Please sign in to comment.