test: prepare for e2e tests

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2025-03-19 14:46:41 +01:00
parent 7062b6aa90
commit f90631125e
No known key found for this signature in database
GPG key ID: 27137D9E7D273FB2
3 changed files with 5 additions and 5 deletions

View file

@ -900,7 +900,7 @@ class ConfigurationManager
}
public function shouldDomainValidationBeSkipped() : bool {
if (getenv('SKIP_DOMAIN_VALIDATION') !== false) {
if (getenv('SKIP_DOMAIN_VALIDATION') === 'true') {
return true;
}
return false;