Merge "Remove the duplicated word"

This commit is contained in:
Zuul 2018-08-29 12:55:26 +00:00 committed by Gerrit Code Review
commit f8c821e721
8 changed files with 8 additions and 8 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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()

View File

@ -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()

View File

@ -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,

View File

@ -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()

View File

@ -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()

View File

@ -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()