mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 17:23:12 +08:00
Replace references to doma.in with s.test
This commit is contained in:
@@ -241,7 +241,7 @@ class QrCodeActionTest extends TestCase
|
||||
{
|
||||
return new QrCodeAction(
|
||||
$this->urlResolver,
|
||||
new ShortUrlStringifier(['domain' => 'doma.in']),
|
||||
new ShortUrlStringifier(['domain' => 's.test']),
|
||||
new NullLogger(),
|
||||
$options ?? new QrCodeOptions(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user