diff --git a/tests/benchmarks/Scope.php b/tests/benchmarks/Scope.php index ab2a20f4e4..654294e2e5 100644 --- a/tests/benchmarks/Scope.php +++ b/tests/benchmarks/Scope.php @@ -10,4 +10,5 @@ use Tests\E2E\Scopes\Scope as E2EScope; #[AfterMethods(['tearDown'])] abstract class Scope extends E2EScope { + protected $endpoint = 'http://localhost/v1'; }