Skip to content

Commit

Permalink
Hard-code a smoke test repo url because we cannot easily pass env var…
Browse files Browse the repository at this point in the history
…s to laminas ci
  • Loading branch information
gsteel committed Feb 4, 2023
1 parent 1e27ac0 commit eb1909f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Smoke/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected static function httpClient(): ClientInterface
/** @return array<string, string|null> */
protected static function compileEndPoints(): array
{
$endpoints = [];
$endpoints = ['https://primo.cdn.prismic.io/api/v2' => null];
$repo = getenv('PRISMIC_REPO') ?: null;
$token = getenv('PRISMIC_TOKEN') ?: null;
if ($repo) {
Expand Down

0 comments on commit eb1909f

Please sign in to comment.