mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
Merge branch 'feature' into 12288-add-servers-spectacular-settings
This commit is contained in:
commit
95dbf167fc
@ -479,8 +479,8 @@ class CustomLinkTest(TestCase):
|
||||
def test_view_object_with_custom_link(self):
|
||||
customlink = CustomLink(
|
||||
name='Test',
|
||||
link_text='FOO {{ obj.name }} BAR',
|
||||
link_url='http://example.com/?site={{ obj.slug }}',
|
||||
link_text='FOO {{ object.name }} BAR',
|
||||
link_url='http://example.com/?site={{ object.slug }}',
|
||||
new_window=False
|
||||
)
|
||||
customlink.save()
|
||||
|
Loading…
Reference in New Issue
Block a user