[mielecloud] Fix integration tests (#13935)

Code change provided by @BjoernLange

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2022-12-13 09:04:16 +01:00 committed by GitHub
parent e9473caebc
commit 831443334e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ public class ForwardToLoginServletTest extends AbstractConfigFlowTest {
assertTrue(maybePairAccountSite.contains(
"Go to <a href=\"https://www.miele.com/f/com/en/register_api.aspx\">the Miele developer portal</a> to obtain your"));
assertTrue(maybePairAccountSite.contains(
"There is an authorization ongoing at the moment. Please complete that authorization prior to starting a new one or try again in 3 minutes."));
"There is an authorization ongoing at the moment. Please complete that authorization prior to starting a new one or try again"));
}
@Test