AppRecorder.Test.Assertions.assert_request_recorded
You're seeing just the function
assert_request_recorded
, go back to AppRecorder.Test.Assertions module for more information.
Specs
assert_request_recorded(map() | pos_integer() | nil) :: true
Asserts an request is created
It can be used as below:
Examples:
assert_request_recorded()
assert_request_recorded(%{idempotency_key: "idempotency_key")