Replace references to doma.in with s.test

This commit is contained in:
Alejandro Celaya
2023-01-17 22:53:49 +01:00
parent aac2832eb7
commit d3a644877e
7 changed files with 11 additions and 11 deletions

View File

@@ -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,