Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Jul 28, 2023
1 parent decc65e commit 6a386d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tests/php/integration/GravityForms/FormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function test_add_captcha() {

$subject = new Form();

$expected = $this->get_hcap_form( HCAPTCHA_ACTION, HCAPTCHA_NONCE, true );
$expected = $this->get_hcap_form( Form::ACTION, Form::NONCE );

self::assertSame( $expected, $subject->add_captcha( '', $form ) );
}
Expand Down

0 comments on commit 6a386d8

Please sign in to comment.