Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Sep 18, 2024
1 parent 7a43fe7 commit 65969cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/A/A.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('A', () => {

describe('hostnameWithoutRegex', () => {
it('returns to home if no url passed', () => {
expect(getHostnameFromRegex(undefined)).toBe('https://app.codecov.io')
expect(getHostnameFromRegex(undefined)).toBe('app.codecov.io')
})
it('scrubs URL if one exists', () => {
expect(getHostnameFromRegex('https://app.codecov.io')).toBe(
Expand Down

0 comments on commit 65969cc

Please sign in to comment.