Fixes #4067: Correct permission checked when creating a rack (vs. editing)

This commit is contained in:
Jeremy Stretch
2020-01-31 16:12:46 -05:00
parent cea1e3d090
commit f632b5bc29
3 changed files with 2 additions and 4 deletions

View File

@@ -191,9 +191,6 @@ class RackReservationTestCase(StandardTestCases.Views):
class RackTestCase(StandardTestCases.Views):
model = Rack
# TODO: Remove this when #4067 is fixed
test_create_object = None
@classmethod
def setUpTestData(cls):