mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed 'convention' related code smell reported by SonarQube.
This commit is contained in:
committed by
Akshay Joshi
parent
fcf720a5d8
commit
45a03dd663
@@ -86,7 +86,7 @@ class SearchObjectsHelperTest(BaseTestGenerator):
|
||||
for data in blueprints:
|
||||
if node_type == data['node_type']:
|
||||
blueprint = MagicMock(
|
||||
BackendSupported=MagicMock(
|
||||
backend_supported=MagicMock(
|
||||
return_value=data['backend_supported']),
|
||||
collection_label=data['coll_label'],
|
||||
show_node=data['backend_supported'],
|
||||
|
||||
Reference in New Issue
Block a user