From 72b6c26a49c61154af268383e42d3a0e351e1035 Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Wed, 18 Sep 2019 12:55:08 +0200 Subject: #915: Remove duplicated test This test is already performed in test_0001_get_clients.py --- tests/units/test_0002_post_clients.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/units/test_0002_post_clients.py') diff --git a/tests/units/test_0002_post_clients.py b/tests/units/test_0002_post_clients.py index b1e60c9..1aae349 100644 --- a/tests/units/test_0002_post_clients.py +++ b/tests/units/test_0002_post_clients.py @@ -12,9 +12,5 @@ class TestPostClientsMethods(unittest.TestCase): returned = requests.post(self.url, headers=self.headers, json=self.json) self.assertEqual(returned.status_code, 200) - def test_get(self): - returned = requests.post(self.url, headers=self.headers) - self.assertEqual(returned.status_code, 404) - if __name__ == '__main__': unittest.main() -- cgit v1.2.3-18-g5258