Sfoglia il codice sorgente

Fix button class in test view after naming change in e8ba4b0

Matt 4 anni fa
parent
commit
f7ee5e8d78
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,
         }