Skip to content

Commit f49dd52

Browse files
authored
Update ReactDOMServerIntegrationUntrustedURL-test.internal.js
1 parent deacf08 commit f49dd52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-dom/src/__tests__/ReactDOMServerIntegrationUntrustedURL-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ describe('ReactDOMServerIntegration - Untrusted URLs - disableJavaScriptURLs', (
258258

259259
const e = await render(<a href={firstIsSafe} />);
260260
expect(toStringCalls).toBe(expectedToStringCalls);
261-
expect(e.href).toBe('https://freactjs.org/');
261+
expect(e.href).toBe('https://reactjs.org/');
262262
});
263263

264264
it('rejects a javascript protocol href if it is added during an update twice', () => {

0 commit comments

Comments
 (0)