- Notifications
You must be signed in to change notification settings - Fork1.1k
feat(cli): display template version name in push output#21192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Changes from1 commit
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
The test was expecting the old output format "Updated version at" butthe new format is "Updated version {name} at". Updated the test tomatch the beginning of the output string.- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -106,7 +106,7 @@ func TestTemplatePush(t *testing.T) { | ||
| inv = inv.WithContext(ctx) | ||
| w := clitest.StartWithWaiter(t, inv) | ||
| pty.ExpectNoMatchBefore(ctx, "Template message is longer than 72 characters", "Updated version") | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Can we make sure that the template version matches the one exposed via API, and match the whole phrase EDIT: | ||
| w.RequireSuccess() | ||
Uh oh!
There was an error while loading.Please reload this page.