Merge "Remove the duplicated word"
This commit is contained in:
commit
f8c821e721
@ -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