From 6affd80125b8d25dea2e8faa2febe767963e10ec Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Wed, 24 Oct 2018 16:18:33 -0700 Subject: [PATCH] Fix db errors on test --- tests/testRenderForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.