diff --git a/SilMock/tests/Google/Service/Directory/Resource/DomainsTest.php b/SilMock/tests/Google/Service/Directory/Resource/DomainsTest.php index febe766..712b210 100644 --- a/SilMock/tests/Google/Service/Directory/Resource/DomainsTest.php +++ b/SilMock/tests/Google/Service/Directory/Resource/DomainsTest.php @@ -16,6 +16,9 @@ public function testListDomains() foreach ($arrayOfDomainsObjects as $domainObject) { $domainNameList[$domainObject->getDomainName()] = $domainObject->getDomainName(); } + // This should match the values in docker-compose.yml when testing locally + // This should match the values in run-tests.sh when testing is triggered by GitHub actions + // This is the keyed array version of the list. $expected = [ 'groups.example.org' => 'groups.example.org', 'example.org' => 'example.org',