def test_synchDBFromDiagramWhenEntityExistsThenReturnSuccess(self):
     response = json.loads(synchDBFromDiagram(self.auth_request_existent_entity).content)
     self.assertTrue(response['success'])
Beispiel #2
0
 def test_synchDBFromDiagramWhenEntityExistsThenReturnSuccess(self):
     response = json.loads(
         synchDBFromDiagram(self.auth_request_existent_entity).content)
     self.assertTrue(response['success'])
 def test_synchDBFromDiagram(self):
     response = json.loads(synchDBFromDiagram(self.auth_request).content)
     self.assertTrue(response['success'])
Beispiel #4
0
 def test_synchDBFromDiagram(self):
     response = json.loads(synchDBFromDiagram(self.auth_request).content)
     self.assertTrue(response['success'])