Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 23, 2024
1 parent 1765ed5 commit 2ce03ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: Stack output external resolver
# Then stack "external-stack-output/resolver-with-profile-region" exists in "CREATE_COMPLETE" state

Scenario: launch a stack referencing the external output of an existing stack without explicit region or profile
Given stack "external-stack-output-stack-output/outputter" exists using "dependencies/independent_template.json"
Given stack "external-stack-output/outputter" exists using "dependencies/independent_template.json"
And stack "external-stack-output/resolver-no-profile-region" does not exist
When the user launches stack "external-stack-output/resolver-no-profile-region"
Then stack "external-stack-output/resolver-no-profile-region" exists in "CREATE_COMPLETE" state

0 comments on commit 2ce03ae

Please sign in to comment.