def test_get_oauth_token(self, openshift): token = openshift.get_oauth_token() assert token is not None
def test_get_oauth_token(self, openshift): # noqa token = openshift.get_oauth_token() assert token is not None