Fix Plugins/Auth/AuthenticationCookieTest.php

Related to commit 9f32a895b5.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
(cherry picked from commit 39770eec88)
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 4cbcf4889b
commit 73c1ff9875

View File

@ -346,7 +346,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
);
}