Skip to content

Commit 11b0fac

Browse files
committed
Merge branch '2.0' of github.com:JustSteveKing/companies-house-laravel into 2.0
2 parents 123919f + 6bece54 commit 11b0fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function setUp(): void
1313
{
1414
parent::setUp();
1515

16-
$env = parse_ini_file(__DIR__ . '/../.env');
16+
$env = parse_ini_file(__DIR__ . '/../.env.ci');
1717

1818
$this->app['config']->set(
1919
'companies-house.api.key',

0 commit comments

Comments
 (0)