summaryrefslogtreecommitdiff
path: root/tests/protocol/test_metadata.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/protocol/test_metadata.py')
-rw-r--r--tests/protocol/test_metadata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/protocol/test_metadata.py b/tests/protocol/test_metadata.py
index e2ef57a..f390f7a 100644
--- a/tests/protocol/test_metadata.py
+++ b/tests/protocol/test_metadata.py
@@ -22,7 +22,7 @@ from azurelinuxagent.common.protocol.metadata import MetadataProtocol
@patch("time.sleep")
@patch("azurelinuxagent.common.protocol.metadata.restutil")
-class TestWireProtocolGetters(AgentTestCase):
+class TestMetadataProtocolGetters(AgentTestCase):
def _test_getters(self, test_data, mock_restutil ,_):
mock_restutil.http_get.side_effect = test_data.mock_http_get