Remove the duplicated word
Change-Id: I96a7bc066a073d1176efd286f6b70bf3e7c21e03
This commit is contained in:
parent
89ce941202
commit
364b34c6a4
@ -83,7 +83,7 @@ class TestClass(object):
|
||||
@pytest.fixture()
|
||||
def falcontest(self, drydock_state, yaml_ingester, yaml_orchestrator,
|
||||
mock_get_build_data):
|
||||
"""Create a test harness for the the Falcon API framework."""
|
||||
"""Create a test harness for the Falcon API framework."""
|
||||
return testing.TestClient(
|
||||
start_api(
|
||||
state_manager=drydock_state,
|
||||
|
@ -115,7 +115,7 @@ class TestClass(object):
|
||||
|
||||
@pytest.fixture()
|
||||
def falcontest(self, drydock_state, yaml_ingester, yaml_orchestrator):
|
||||
"""Create a test harness for the the Falcon API framework."""
|
||||
"""Create a test harness for the Falcon API framework."""
|
||||
return testing.TestClient(
|
||||
start_api(
|
||||
state_manager=drydock_state,
|
||||
|
@ -137,7 +137,7 @@ class TestNodeBuildDataApi():
|
||||
@pytest.fixture()
|
||||
def falcontest(self, drydock_state, deckhand_ingester,
|
||||
deckhand_orchestrator):
|
||||
"""Create a test harness for the the Falcon API framework."""
|
||||
"""Create a test harness for the Falcon API framework."""
|
||||
policy.policy_engine = policy.DrydockPolicy()
|
||||
policy.policy_engine.register_policy()
|
||||
|
||||
|
@ -106,7 +106,7 @@ class TestTasksApi():
|
||||
@pytest.fixture()
|
||||
def falcontest(self, drydock_state, deckhand_ingester,
|
||||
deckhand_orchestrator):
|
||||
"""Create a test harness for the the Falcon API framework."""
|
||||
"""Create a test harness for the Falcon API framework."""
|
||||
policy.policy_engine = policy.DrydockPolicy()
|
||||
policy.policy_engine.register_policy()
|
||||
|
||||
|
@ -65,7 +65,7 @@ class TestBootActionContext(object):
|
||||
@pytest.fixture()
|
||||
def falcontest(self, drydock_state, deckhand_ingester,
|
||||
deckhand_orchestrator, mock_get_build_data):
|
||||
"""Create a test harness for the the Falcon API framework."""
|
||||
"""Create a test harness for the Falcon API framework."""
|
||||
return testing.TestClient(
|
||||
start_api(
|
||||
state_manager=drydock_state,
|
||||
|
@ -64,7 +64,7 @@ class TestNodesApiUnit(object):
|
||||
@pytest.fixture()
|
||||
def falcontest(self, drydock_state, deckhand_ingester,
|
||||
deckhand_orchestrator, mock_get_build_data):
|
||||
"""Create a test harness for the the Falcon API framework."""
|
||||
"""Create a test harness for the Falcon API framework."""
|
||||
policy.policy_engine = policy.DrydockPolicy()
|
||||
policy.policy_engine.register_policy()
|
||||
|
||||
|
@ -205,7 +205,7 @@ class TestTasksApiUnit(object):
|
||||
@pytest.fixture()
|
||||
def falcontest(self, drydock_state, deckhand_ingester,
|
||||
deckhand_orchestrator, mock_get_build_data, mock_get_task):
|
||||
"""Create a test harness for the the Falcon API framework."""
|
||||
"""Create a test harness for the Falcon API framework."""
|
||||
policy.policy_engine = policy.DrydockPolicy()
|
||||
policy.policy_engine.register_policy()
|
||||
|
||||
|
@ -114,7 +114,7 @@ class TestValidationApi(object):
|
||||
@pytest.fixture()
|
||||
def falcontest(self, drydock_state, deckhand_ingester,
|
||||
deckhand_orchestrator, mock_get_build_data):
|
||||
"""Create a test harness for the the Falcon API framework."""
|
||||
"""Create a test harness for the Falcon API framework."""
|
||||
policy.policy_engine = policy.DrydockPolicy()
|
||||
policy.policy_engine.register_policy()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user