from db.channel_assignment_prune import IDENTITY_MATCH_SOURCES


def test_identity_match_sources_include_bootstrap_values():
    assert "auto_exact" in IDENTITY_MATCH_SOURCES
    assert "identity bootstrap" in IDENTITY_MATCH_SOURCES
