Skip to content

Commit

Permalink
Fix tests and remove duplicate key in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Le Poidevin committed Jul 7, 2023
1 parent f604eff commit 614d460
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/storyblok.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@
*/
'use_ssl' => true,

/*
|--------------------------------------------------------------------------
| Specify which Storyblok API region to use
|--------------------------------------------------------------------------
|
| Defaults to null which should be the original EU region
|
*/
'api_region' => null,

/*
|--------------------------------------------------------------------------
| Storyblok draft mode
Expand Down
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
<log type="coverage-text" target="build/coverage.txt"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<php>
<env name="STORYBLOK_PREVIEW_API_KEY" value="testing"/>
<env name="STORYBLOK_PUBLIC_API_KEY" value="testing"/>
</php>
</phpunit>

0 comments on commit 614d460

Please sign in to comment.