Fix Plugins/Auth/AuthenticationCookieTest.php
Related to commit 9f32a895b5.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
643eb0f544
commit
39770eec88
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user