mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 19:47:20 -06:00
Fix bulk_import button class in test view after naming change in e8ba4b0
This commit is contained in:
parent
f7ee5e8d78
commit
051abc00c4
@ -75,9 +75,9 @@ class CustomLinkTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
||||
|
||||
cls.csv_data = (
|
||||
"name,content_type,weight,button_class,link_text,link_url",
|
||||
"Custom Link 4,dcim.site,100,primary,Link 4,http://exmaple.com/?4",
|
||||
"Custom Link 5,dcim.site,100,primary,Link 5,http://exmaple.com/?5",
|
||||
"Custom Link 6,dcim.site,100,primary,Link 6,http://exmaple.com/?6",
|
||||
"Custom Link 4,dcim.site,100,blue,Link 4,http://exmaple.com/?4",
|
||||
"Custom Link 5,dcim.site,100,blue,Link 5,http://exmaple.com/?5",
|
||||
"Custom Link 6,dcim.site,100,blue,Link 6,http://exmaple.com/?6",
|
||||
)
|
||||
|
||||
cls.bulk_edit_data = {
|
||||
|
Loading…
Reference in New Issue
Block a user