mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Replace references to doma.in with s.test
This commit is contained in:
@@ -88,9 +88,9 @@ class OverrideDomainMiddlewareTest extends TestCase
|
||||
[ShortUrlInputFilter::DOMAIN => 'baz.com'],
|
||||
];
|
||||
yield 'more body params' => [
|
||||
Domain::withAuthority('doma.in'),
|
||||
Domain::withAuthority('s.test'),
|
||||
[ShortUrlInputFilter::DOMAIN => 'baz.com', 'something' => 'else', 'foo' => 123],
|
||||
[ShortUrlInputFilter::DOMAIN => 'doma.in', 'something' => 'else', 'foo' => 123],
|
||||
[ShortUrlInputFilter::DOMAIN => 's.test', 'something' => 'else', 'foo' => 123],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user