> For the complete documentation index, see [llms.txt](https://docs-v2.hypertest.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v2.hypertest.co/setup-guide/interpreting-test-results/mock-not-found.md).

# Mock Not Found

Mock not found or Outbound call not found means that an outbound call was made by the application in the Replay Mode, however, it was not recorded by HyperTest in record mode.&#x20;

<figure><img src="https://2702123086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKGOAD6xy07C4jYV7QqmF%2Fuploads%2Fks1hrssL7HFiDxvu5wRr%2FScreenshot%20(146).png?alt=media&amp;token=99a6f50d-7909-4053-9fde-ef443b29ce59" alt=""><figcaption></figcaption></figure>

## Why it happens?

This corresponds to a change in your code that HyperTest cannot mock in replay since it was not seen before. Consider this as a new change

This can be understood as a change in the behavior in the application which was not present during the record mode, however, has resurfaced in the replay mode.

## Resolution

In case this behavior is expected, you can go ahead and click on 'Accept all changes' to validate this change.

<figure><img src="https://2702123086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKGOAD6xy07C4jYV7QqmF%2Fuploads%2Fzq1rMga0GlmNYWaiYoc1%2FScreenshot%20(147).png?alt=media&amp;token=cda7cdb0-79d2-4ae2-b048-55c6f0eea5f6" alt=""><figcaption></figcaption></figure>

**Note: Accepting all changes for any test means that a user is forcefully making sure that the following test has passed. It will go straight to the 'passed' section of the test.**
