diff --git a/tests/testRenderForm.php b/tests/testRenderForm.php index 2492bc72..b21fc203 100644 --- a/tests/testRenderForm.php +++ b/tests/testRenderForm.php @@ -56,7 +56,7 @@ public static function setUpBeforeClass() { */ public function testThatRenderFormPassesThrough() { self::auth0Ready( false ); - + $this->assertArrayNotHasKey( 'action', $_GET ); // Should pass through initially because WP-Auth0 is not configured.