Skip to content

Commit

Permalink
Update views for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderaa committed Aug 9, 2022
1 parent 037d4d8 commit 9d2b62a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions nautobot_circuit_maintenance/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def assertInstanceEqual(self, instance, data, api=False): # pylint: disable=arg
@skip
def test_has_advanced_tab(self):
"""To remove tests"""
self.assertTrue() # pylint: disable=no-value-for-parameter
pass

@classmethod
def setUpTestData(cls):
Expand Down Expand Up @@ -151,11 +151,11 @@ def assertInstanceEqual(self, instance, data, api=False): # pylint: disable=arg

@skip("Not implemented yet.")
def test_has_advanced_tab(self):
self.assertTrue() # pylint: disable=no-value-for-parameter
pass

@skip("Not implemented yet.")
def test_get_object_anonymous(self):
self.assertTrue() # pylint: disable=no-value-for-parameter
pass

@classmethod
def setUpTestData(cls):
Expand Down Expand Up @@ -204,11 +204,11 @@ def assertInstanceEqual(self, instance, data, api=False): # pylint: disable=arg

@skip("Not implemented yet.")
def test_has_advanced_tab(self):
self.assertTrue() # pylint: disable=no-value-for-parameter
pass

@skip("Not implemented yet.")
def test_get_object_anonymous(self):
self.assertTrue() # pylint: disable=no-value-for-parameter
pass

@classmethod
def setUpTestData(cls):
Expand Down Expand Up @@ -335,11 +335,11 @@ def test_list_objects_with_constrained_permission(self):

@skip("Not implemented yet.")
def test_has_advanced_tab(self):
self.assertTrue() # pylint: disable=no-value-for-parameter
pass

@skip("Not implemented yet.")
def test_get_object_anonymous(self):
self.assertTrue() # pylint: disable=no-value-for-parameter
pass


class ParsedNotificationTest(
Expand Down Expand Up @@ -407,4 +407,4 @@ def test_has_advanced_tab(self):

@skip("Not implemented yet.")
def test_get_object_anonymous(self):
self.assertTrue() # pylint: disable=no-value-for-parameter
pass

0 comments on commit 9d2b62a

Please sign in to comment.