We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aedea8 commit c6eb601Copy full SHA for c6eb601
tests/unit/handlers/test__helpers.py
@@ -77,7 +77,7 @@ def get(self):
77
self.response.out.write(json.dumps(trace_id))
78
79
80
-@unittest.skipIf(six.PY3, "webapp2 is Python 2 only")
+@unittest.skipIf(not six.PY2, "webapp2 is Python 2 only")
81
class Test_get_trace_id_from_webapp2(unittest.TestCase):
82
@staticmethod
83
def create_app():
0 commit comments