diff --git a/slo-checker/record-lag/app/test.py b/slo-checker/record-lag/app/test.py index c8d81f86b16255dcdce5337d8f00e922b98b4f82..d42feec8777823e7291a7888d19861726ac4abbd 100644 --- a/slo-checker/record-lag/app/test.py +++ b/slo-checker/record-lag/app/test.py @@ -15,6 +15,7 @@ class TestSloEvaluation(unittest.TestCase): def test_3_rep(self): with open('../resources/test-3-rep-success.json') as json_file: data = json.load(json_file) + print(data) response = self.client.post("/evaluate-slope", json=data) self.assertEquals(response.json(), True)