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

@@ -11,7 +11,7 @@ describe('<ShortUrlsRowMenu />', () => {
const selectedServer = Mock.of<ReachableServer>({ id: 'abc123' });
const shortUrl = Mock.of<ShortUrl>({
shortCode: 'abc123',
shortUrl: 'https://doma.in/abc123',
shortUrl: 'https://s.test/abc123',
});
const setUp = () => renderWithEvents(
<MemoryRouter>