Skip to content

Commit

Permalink
Update query_test to match new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Aug 6, 2018
1 parent 9b20866 commit 22dedbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var _ = Describe("Query", func() {
Expect(err).ToNot(HaveOccurred())

token = "mytoken"
command = exec.Command(pathCLI, "query",
command = exec.Command(pathCLI, "query", "-",
"-t", token,
"-e", server.URL(),
)
Expand Down

0 comments on commit 22dedbe

Please sign in to comment.