Skip to content

Changes to allow deployment of WTT onto Debian Bookworm #507

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 29, 2025
Merged
Prev Previous commit
Next Next commit
small test update to reflect template change
  • Loading branch information
struan authored and sagepe committed May 28, 2025
commit 70dc8beab6a9ccd1138bb70f905e5c686e205b86
2 changes: 1 addition & 1 deletion perllib/FYR/TestHarness.pm
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ sub confirm_message {
$url =~ s/\s//gs;
$wth->email_check_url($url);
$wth->browser_get($url);
$wth->browser_check_contents("All done! Your message is on its way.");
$wth->browser_check_contents("Your message is on its way.");
}
}

Expand Down