Merge "add copyright to files in testAPI"
[releng.git] / utils / test / result_collection_api / opnfv_testapi / tests / unit / test_result.py
index 7863fe7..fc1e9ba 100644 (file)
@@ -162,15 +162,6 @@ class TestResultCreate(TestResultBase):
         self.assertEqual(code, HTTP_OK)
         self.assert_href(body)
 
-    def test_createSameResults(self):
-        req_again = copy.deepcopy(self.req_d)
-        req_again.start_date = "2016-05-23 08:16:09.477097"
-        req_again.stop_date = "2016-05-23 08:16:19.477097"
-
-        (code, body) = self.create(req_again)
-        self.assertEqual(code, HTTP_OK)
-        self.assert_href(body)
-
 
 class TestResultGet(TestResultBase):
     def test_getOne(self):