Skip to content

Commit de9d2de

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Don't use default mutable parameter"
2 parents c6811e8 + 87d54bb commit de9d2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mistralclient/tests/unit/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def setUp(self):
3131
self.app = mock.Mock()
3232
self.client = self.app.client_manager.workflow_engine
3333

34-
def call(self, command, app_args=[], prog_name=''):
34+
def call(self, command, app_args=(), prog_name=''):
3535
cmd = command(self.app, app_args)
3636

3737
parsed_args = cmd.get_parser(prog_name).parse_args(app_args)

0 commit comments

Comments
 (0)