mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Fix button class in test view after naming change in a6d6e4d
This commit is contained in:
parent
73466d6a8f
commit
fbc6de66d2
@ -81,7 +81,7 @@ class CustomLinkTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
cls.bulk_edit_data = {
|
cls.bulk_edit_data = {
|
||||||
'button_class': CustomLinkButtonClassChoices.CLASS_INFO,
|
'button_class': CustomLinkButtonClassChoices.CLASS_CYAN,
|
||||||
'weight': 200,
|
'weight': 200,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user