Skip to content

Commit

Permalink
bump versions in acceptance test
Browse files Browse the repository at this point in the history
we really need to fix this better
  • Loading branch information
crhntr committed Feb 2, 2023
1 parent 5401226 commit 261989e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/acceptance/workflows/updating_stemcell.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Feature: As a dependabot, I want to update a stemcell
When I invoke kiln
| find-stemcell-version |
| --variable=github_token="${GITHUB_TOKEN}" |
Then stdout contains substring: "621.330"
Then stdout contains substring: "621.401"

Scenario: Update the stemcell
Given I have a "hello-tile" repository checked out at v0.1.5
And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.330"
And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.401"
When I invoke kiln
| update-stemcell |
| --version=621.330 |
| --variable=github_token="${GITHUB_TOKEN}" |
Then "./hello-tile/Kilnfile.lock" contains substring: version: "621.330"
Then "./hello-tile/Kilnfile.lock" contains substring: version: "621.401"

0 comments on commit 261989e

Please sign in to comment.