# 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="/files/PJFfkt9B2BYuoKv3Sb2A" 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="/files/EMcOu2MWL1r7IeInWarC" 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.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-v2.hypertest.co/setup-guide/interpreting-test-results/mock-not-found.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
