From c4735dd37c89f12569093e5d18e13493cae1ee0b Mon Sep 17 00:00:00 2001 From: Eric Lafontaine Date: Tue, 3 Dec 2019 16:45:14 -0500 Subject: Fix linting failure in test_url_helper (#83) --- cloudinit/tests/test_url_helper.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cloudinit/tests') diff --git a/cloudinit/tests/test_url_helper.py b/cloudinit/tests/test_url_helper.py index e883ddc2..1674120f 100644 --- a/cloudinit/tests/test_url_helper.py +++ b/cloudinit/tests/test_url_helper.py @@ -98,6 +98,7 @@ class TestReadFileOrUrl(CiTestCase): m_response = mock.MagicMock() class FakeSession(requests.Session): + @classmethod def request(cls, **kwargs): self.assertEqual( {'url': url, 'allow_redirects': True, 'method': 'GET', -- cgit v1.2.3