Fix Plugins/Auth/AuthenticationCookieTest.php

Related to commit 9f32a895b5.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-12-17 20:16:20 -03:00
parent 643eb0f544
commit 39770eec88

View File

@ -338,7 +338,7 @@ class AuthenticationCookieTest extends PmaTestCase
$this->assertStringContainsString(
'<input class="btn btn-primary g-recaptcha" data-sitekey="testpubkey"'
. ' data-callback="Functions.recaptchaCallback" value="Go" type="submit" id="input_go">',
. ' data-callback="Functions_recaptchaCallback" value="Go" type="submit" id="input_go">',
$result
);
}