diff --git a/tests/integration/postgres/test_api_bootaction.py b/tests/integration/postgres/test_api_bootaction.py index 81c8cec4..fa3bcc7b 100644 --- a/tests/integration/postgres/test_api_bootaction.py +++ b/tests/integration/postgres/test_api_bootaction.py @@ -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, diff --git a/tests/integration/postgres/test_api_bootaction_status.py b/tests/integration/postgres/test_api_bootaction_status.py index e79525e7..60239aac 100644 --- a/tests/integration/postgres/test_api_bootaction_status.py +++ b/tests/integration/postgres/test_api_bootaction_status.py @@ -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, diff --git a/tests/integration/postgres/test_api_builddata.py b/tests/integration/postgres/test_api_builddata.py index a84d3e67..b940f0ac 100644 --- a/tests/integration/postgres/test_api_builddata.py +++ b/tests/integration/postgres/test_api_builddata.py @@ -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() diff --git a/tests/integration/postgres/test_api_tasks.py b/tests/integration/postgres/test_api_tasks.py index 0923aaed..07f9cf72 100644 --- a/tests/integration/postgres/test_api_tasks.py +++ b/tests/integration/postgres/test_api_tasks.py @@ -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() diff --git a/tests/integration/postgres/test_bootaction_context.py b/tests/integration/postgres/test_bootaction_context.py index 0e9cbf14..aa618fbe 100644 --- a/tests/integration/postgres/test_bootaction_context.py +++ b/tests/integration/postgres/test_bootaction_context.py @@ -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, diff --git a/tests/unit/test_api_nodes_unit.py b/tests/unit/test_api_nodes_unit.py index cfbfe56e..20ddbe13 100644 --- a/tests/unit/test_api_nodes_unit.py +++ b/tests/unit/test_api_nodes_unit.py @@ -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() diff --git a/tests/unit/test_api_tasks_unit.py b/tests/unit/test_api_tasks_unit.py index 5ac6e7ce..794919d0 100644 --- a/tests/unit/test_api_tasks_unit.py +++ b/tests/unit/test_api_tasks_unit.py @@ -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() diff --git a/tests/unit/test_api_validation.py b/tests/unit/test_api_validation.py index 686de2c8..c04fee0d 100644 --- a/tests/unit/test_api_validation.py +++ b/tests/unit/test_api_validation.py @@ -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()