Skip to content

Commit 3721e0b

Browse files
committed
Fix pylint warning
1 parent 5989b9b commit 3721e0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/main/resources/test_application_creator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ def test_invalid_package(self):
346346
def test_destroy_application(self, rmdir_mock, isdir_mock, put_mock, exec_ssh_mock, hdfs_client_mock):
347347
isdir_mock.return_value = True
348348
creator = ApplicationCreator(self.config, self.environment, self.service)
349+
# pylint: disable=protected-access
349350
creator._hdfs_client = hdfs_client_mock
350351
creator.destroy_application('name', self.create_data)
351352
print exec_ssh_mock.call_args_list

0 commit comments

Comments
 (0)