We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9d342 commit 070ccb7Copy full SHA for 070ccb7
tests/DsnTest.php
@@ -261,7 +261,7 @@ public static function toStringDataProvider(): array
261
return [
262
['http://public@example.com/sentry/1'],
263
['http://public@example.com/1'],
264
- ['http://public@01.example.com/1'],
+ ['http://public@o1.example.com/1'],
265
['http://public@example.com:8080/sentry/1'],
266
['https://public@example.com/sentry/1'],
267
['https://public@example.com:4343/sentry/1'],
0 commit comments