from apps.core.notifications.channels import attachment_tuples_from_model_spec


def test_attachment_from_model_spec_empty():
    assert attachment_tuples_from_model_spec(None) == []
    assert attachment_tuples_from_model_spec({}) == []
    assert attachment_tuples_from_model_spec({"app_label": "x"}) == []
