def test_clean_sub_passes_through_uris():
    assert subentry.clean_sub('https://') == 'https://'
    assert subentry.clean_sub('http://reddit.com') == 'http://reddit.com'