Skip to content

Commit 37db69b

Browse files
authored
"GRAPHQL_JWT_AUTH_SECRET_KEY" for tests added
1 parent 44f2982 commit 37db69b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/_data/config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
* fatal errors when the autoloader is loaded twice
66
*/
77
define( 'GRAPHQL_DEBUG', true );
8-
define( 'WPGRAPHQL_WOOCOMMERCE_AUTOLOAD', getenv( 'WPGRAPHQL_WOOCOMMERCE_AUTOLOAD' ) );
8+
define( 'WPGRAPHQL_WOOCOMMERCE_AUTOLOAD', getenv( 'WPGRAPHQL_WOOCOMMERCE_AUTOLOAD' ) );
9+
define( 'GRAPHQL_JWT_AUTH_SECRET_KEY', 'testingtesting123' );

0 commit comments

Comments
 (0)