# coding: utf-8 from utils.test_config import * from utils.string_utils import * from helix_web_services_client.models import BranchCommand api = api_as_jdoe() locations = api.server_paths_get('localhost') assert any(x.depot and x.depot.depot == 'my_project' for x in locations)