Skip to content

Commit

Permalink
Update tests to look for 0.9.3
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Dec 4, 2020
1 parent ed4baa8 commit d5ea31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tremor-cli/tests/api-cli/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ suites:
expects:
- source: stdout
contains:
- '{"version":"0.9.2"}'
- '{"version":"0.9.3"}'
- name: GET /onramp
command: tremor api -f json onramp list
tags:
Expand Down
2 changes: 1 addition & 1 deletion tremor-cli/tests/api/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ suites:
- source: stdout
contains:
- HTTP/1.1 200 OK
- '{"version":"0.9.2"'
- '{"version":"0.9.3"'
- name: GET /onramp
command: curl -vs --stderr - http://localhost:9898/onramp
tags:
Expand Down

0 comments on commit d5ea31e

Please sign in to comment.