Skip to content

Commit

Permalink
[mielecloud] Fix integration tests (openhab#13935)
Browse files Browse the repository at this point in the history
Code change provided by @BjoernLange

Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo authored Dec 13, 2022
1 parent e9473ca commit 8314433
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void whenAuthorizationCannotBeBegunThenTheBrowserIsRedirectedToThePairSit
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
Expand Down

0 comments on commit 8314433

Please sign in to comment.