Skip to content

Commit

Permalink
fix: update in ClientTest bad URL (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud authored Nov 13, 2024
1 parent 69f403d commit 5039d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ClientTest extends TestCase

protected static string $localPHPServer = 'localhost:9877';
protected string $goodURL = 'https://example.com';
protected string $badURL = 'https://bad-example.com';
protected string $badURL = 'https://wrong.bad.invalid.example.com';
protected string $localURL = 'http://localhost:9877/';

public static function setUpBeforeClass(): void
Expand Down

0 comments on commit 5039d30

Please sign in to comment.