Merge "Don't use default mutable parameter"
This commit is contained in:
		| @@ -31,7 +31,7 @@ class BaseCommandTest(base.BaseTestCase): | ||||
|         self.app = mock.Mock() | ||||
|         self.client = self.app.client_manager.workflow_engine | ||||
|  | ||||
|     def call(self, command, app_args=[], prog_name=''): | ||||
|     def call(self, command, app_args=(), prog_name=''): | ||||
|         cmd = command(self.app, app_args) | ||||
|  | ||||
|         parsed_args = cmd.get_parser(prog_name).parse_args(app_args) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zuul
					Zuul