Fix Plugins/Auth/AuthenticationCookieTest.php
Related to commit9f32a895b5. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> (cherry picked from commit39770eec88) Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
4cbcf4889b
commit
73c1ff9875
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user