def test_interaction_matches_request_negative(
        interaction_all_fields: Interaction, _request):
    assert not interaction_all_fields.matches_request(_request)
def test_interaction_matches_request_positive(
        interaction_all_fields: Interaction, _request: MITMRequest):
    assert interaction_all_fields.matches_request(_request)