1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix button class in test view after naming change in e8ba4b0

This commit is contained in:
Matt
2021-08-03 12:06:13 -07:00
parent 6842879985
commit f7ee5e8d78

View File

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