Skip to content

Commit

Permalink
fix stemcell version in acceptance test
Browse files Browse the repository at this point in the history
we really need to fix this
  • Loading branch information
crhntr committed Feb 2, 2023
1 parent 261989e commit 10115b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/acceptance/workflows/updating_stemcell.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Feature: As a dependabot, I want to update a stemcell

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.401"
And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.330"
When I invoke kiln
| update-stemcell |
| --version=621.330 |
| --variable=github_token="${GITHUB_TOKEN}" |
Then "./hello-tile/Kilnfile.lock" contains substring: version: "621.401"
Then "./hello-tile/Kilnfile.lock" contains substring: version: "621.330"

0 comments on commit 10115b6

Please sign in to comment.