From 8046aa6fc3c8e285bb093356f70a52c33b54b7b5 Mon Sep 17 00:00:00 2001 From: Gary Liu Date: Tue, 11 Oct 2022 09:36:20 -0700 Subject: [PATCH] fix(test): bump stemcell version number Authored-by: Gary Liu --- internal/acceptance/workflows/updating_stemcell.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/acceptance/workflows/updating_stemcell.feature b/internal/acceptance/workflows/updating_stemcell.feature index e6138e3f8..07c3ae15a 100644 --- a/internal/acceptance/workflows/updating_stemcell.feature +++ b/internal/acceptance/workflows/updating_stemcell.feature @@ -6,15 +6,15 @@ Feature: As a dependabot, I want to update a stemcell Scenario: Find the new stemcell Given I have a "hello-tile" repository checked out at v0.1.5 - And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.280" + And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.296" When I invoke kiln | find-stemcell-version | | --variable=github_token="${GITHUB_TOKEN}" | - Then stdout contains substring: "621.280" + Then stdout contains substring: "621.296" 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.280" + And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.296" And the Kilnfile.lock specifies version "621.0" for the stemcell When I invoke kiln | update-stemcell |