Skip to content

Commit 70e56b5

Browse files
test: require DNS/network/firewall hint for unresolved TSA host
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6a8d39c commit 70e56b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/Unit/Service/TsaValidationServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static function provideInvalidTsaUrls(): array {
7979
],
8080
'unresolvable host' => [
8181
'https://invalid-tsa-server-abc123xyz.example.com/tsr',
82-
'/Timestamp Authority \(TSA\) service is unavailable or misconfigured/',
82+
'/Timestamp Authority \(TSA\) service is unavailable\. Check DNS\/network\/firewall connectivity from this server/',
8383
true,
8484
],
8585
];

0 commit comments

Comments
 (0)