Skip to content

Commit

Permalink
Merge pull request #2219 from itowlson/fix-login-text-test
Browse files Browse the repository at this point in the history
Update test to new Cloud plugin help text
  • Loading branch information
itowlson authored Jan 10, 2024
2 parents 61c8036 + 9451e69 commit 826a4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ route = "/..."
// Ensure login help info is displayed
assert!(std::str::from_utf8(&output.stdout)?
.trim()
.contains("Login to Fermyon Cloud"));
.contains("Log into Fermyon Cloud"));

Ok(())
}
Expand Down

0 comments on commit 826a4b0

Please sign in to comment.