Skip to content

Commit

Permalink
adjust tests to updated behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke committed Nov 25, 2016
1 parent 5d0c930 commit bc39047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/features/cli.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Feature: CLI updater
And there is an update to version 10.0.1 available
When the CLI updater is run successfully
Then the installed version should be 10.0.1
And maintenance mode should be on
And upgrade is required
And maintenance mode should be off
And upgrade is not required

Scenario: Invalid update is available - 10.0.0 to 10.0.503
Given the current installed version is 10.0.0
Expand All @@ -23,6 +23,6 @@ Feature: CLI updater
Then the return code should not be 0
And the output should contain "Download failed - Not Found (HTTP 404)"
And the installed version should be 10.0.0
#And maintenance mode should be off # TODO doesn't work currently - needs to be fixed later
And maintenance mode should be off
And upgrade is not required

0 comments on commit bc39047

Please sign in to comment.