mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 11:03:50 +00:00
Replace references to doma.in with s.test
This commit is contained in:
@@ -16,7 +16,7 @@ describe('<ShortUrlVisitsHeader />', () => {
|
||||
const setUp = (title?: string | null) => {
|
||||
const shortUrlDetail = Mock.of<ShortUrlDetail>({
|
||||
shortUrl: {
|
||||
shortUrl: 'https://doma.in/abc123',
|
||||
shortUrl: 'https://s.test/abc123',
|
||||
longUrl,
|
||||
dateCreated,
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user