Parcourir la source

Fix button class in test view after naming change in e8ba4b0

Matt il y a 4 ans
Parent
commit
f7ee5e8d78
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      netbox/extras/tests/test_views.py

+ 1 - 1
netbox/extras/tests/test_views.py

@@ -81,7 +81,7 @@ class CustomLinkTestCase(ViewTestCases.PrimaryObjectViewTestCase):
         )
 
         cls.bulk_edit_data = {
-            'button_class': CustomLinkButtonClassChoices.CLASS_INFO,
+            'button_class': CustomLinkButtonClassChoices.CLASS_CYAN,
             'weight': 200,
         }