...F.                                                                    [100%]
=================================== FAILURES ===================================
_______ test_same_short_name_under_a_different_owner_is_not_the_occ_repo _______

    def test_same_short_name_under_a_different_owner_is_not_the_occ_repo() -> None:
>       assert _is_occ_repo("other-org/onex_change_control") is False
E       AssertionError: assert True is False
E        +  where True = _is_occ_repo('other-org/onex_change_control')

test_focused.py:17: AssertionError
=========================== short test summary info ============================
FAILED test_focused.py::test_same_short_name_under_a_different_owner_is_not_the_occ_repo
1 failed, 4 passed in 0.02s
