From c980649c32eae3f78cc9091e1e24494d1281c518 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Fri, 7 Jul 2023 17:49:55 -0500 Subject: [PATCH] chore: remove unintended commit of temporary skip --- ietf/api/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ietf/api/tests.py b/ietf/api/tests.py index 3664cc579..f1333ccf7 100644 --- a/ietf/api/tests.py +++ b/ietf/api/tests.py @@ -868,8 +868,6 @@ class TastypieApiTestCase(ResourceTestCaseMixin, TestCase): "There doesn't seem to be any API resource for model %s.models.%s"%(app.__name__,model.__name__,)) -from unittest import skip -@skip("Holding fixup for later: DO NOT MERGE this line") ##TODO class RfcdiffSupportTests(TestCase): def setUp(self):