]> git.basschouten.com Git - openhab-addons.git/commitdiff
[mielecloud] Fix integration tests (#13935)
authorlolodomo <lg.hc@free.fr>
Tue, 13 Dec 2022 08:04:16 +0000 (09:04 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2022 08:04:16 +0000 (09:04 +0100)
Code change provided by @BjoernLange

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
itests/org.openhab.binding.mielecloud.tests/src/main/java/org/openhab/binding/mielecloud/internal/config/servlet/ForwardToLoginServletTest.java

index 96ab71588e828fbf9266702226458c0b822a5f00..6baa353d1cde4ecf8437719c976187aa8d3edd3a 100644 (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