diff --git a/pyexecplugins/HttpBridge.py b/pyexecplugins/HttpBridge.py index 747ad2e..da936a0 100644 --- a/pyexecplugins/HttpBridge.py +++ b/pyexecplugins/HttpBridge.py @@ -97,6 +97,7 @@ class Plugin(PyExecPlugin): def execute(self): self.doRequest1() status1 = self.computeStatus(self.ep1, self.response1) + status2 = "FAILED" if status1 == "COMPLETED": self.doRequest2() status2 = self.computeStatus(self.ep2, self.response2)