Skip to content

Commit

Permalink
\[fix] Fixed tests failing for WiFi Mesh integration
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jun 20, 2023
1 parent 514cb73 commit 185459b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_network_topology/integrations/device/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ class WifiMeshInlineAdmin(admin.StackedInline):


if app_settings.WIFI_MESH_INTEGRATION:
TopologyAdmin.inlines = TopologyAdmin.inlines + [WifiMeshInlineAdmin]
TopologyAdmin.inlines = list(TopologyAdmin.inlines) + [WifiMeshInlineAdmin]

0 comments on commit 185459b

Please sign in to comment.