From 1abfc2cf824481eb5f870501bb6e24dc8dc17786 Mon Sep 17 00:00:00 2001 From: Guillaume Gay Date: Mon, 31 May 2021 14:46:10 +0200 Subject: [PATCH] forgot to add before amend --- test/unit/test_gateway.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/test_gateway.py b/test/unit/test_gateway.py index d86c08e50..36e1beb26 100644 --- a/test/unit/test_gateway.py +++ b/test/unit/test_gateway.py @@ -62,7 +62,6 @@ def foo(self): conn.foo() assert conn.connect() - ctx = conn.getEventContext() assert conn.foo()