From 051abc00c4fcd2a8399f741ce1a1b8b3217e304f Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 3 Aug 2021 12:43:28 -0700 Subject: [PATCH] Fix bulk_import button class in test view after naming change in e8ba4b0 --- netbox/extras/tests/test_views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netbox/extras/tests/test_views.py b/netbox/extras/tests/test_views.py index 9d5777638..7f2aa41a8 100644 --- a/netbox/extras/tests/test_views.py +++ b/netbox/extras/tests/test_views.py @@ -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 = {