From fcc822f87a01632c677e2f63ee7456f18ac7d8c4 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 3 Sep 2015 15:57:30 +0300 Subject: Updated escalation test --- tests/test_gsxws.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_gsxws.py b/tests/test_gsxws.py index 8690524..64a387f 100644 --- a/tests/test_gsxws.py +++ b/tests/test_gsxws.py @@ -202,11 +202,10 @@ class TestEscalationFunctions(RemoteTestCase): result = esc.update() self.assertEqual(result.updateStatus, 'SUCCESS') - @skip("Skip") def test_attach_general_escalation(self): esc = escalations.Escalation() esc.escalationId = self.escalation.escalationId - esc.attachment = escalations.FileAttachment('/tmp/logo.png') + esc.attachment = escalations.FileAttachment(env['GSX_FILE']) result = esc.update() self.assertEqual(result.updateStatus, 'SUCCESS') -- cgit v1.2.3