From 524e4202facb9afbf7f0f1c30c600cf356968e8a Mon Sep 17 00:00:00 2001 From: skovaleff Date: Fri, 5 Oct 2018 08:41:29 -0700 Subject: [PATCH] Fix typo in description Change-Id: Idb0b599dba88fc25f8e3d23fb914f254050179ee --- .../tests/unit/plugins/test_check_k8s_node_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/shipyard_airflow/tests/unit/plugins/test_check_k8s_node_status.py b/src/bin/shipyard_airflow/tests/unit/plugins/test_check_k8s_node_status.py index 11c06ad7..dfd490f6 100644 --- a/src/bin/shipyard_airflow/tests/unit/plugins/test_check_k8s_node_status.py +++ b/src/bin/shipyard_airflow/tests/unit/plugins/test_check_k8s_node_status.py @@ -32,7 +32,7 @@ class MockNodeStatus: class MalformedNodeStatus: - """A malformed esponse object used to simulate a k8s node status item + """A malformed response object used to simulate a k8s node status item Accepts a name, if the name field should be formed correctly. """