This commit is contained in:
jeffj6123 2021-05-17 17:53:44 -07:00
Родитель 617fd43d8b
Коммит 7ba09a93ac
3 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -46,4 +46,3 @@ def create(_):
client.config.retry_policy.policy.status_forcelist = None
return client

Просмотреть файл

@ -217,4 +217,4 @@ def custom_arguments(self, _): # pylint: disable=too-many-statements
with ArgumentsContext(self, 'is') as arg_context:
# expect the parameter command_input in the python method as --command in commandline.
arg_context.argument('command_input',
CLIArgumentType(options_list='--command'))
CLIArgumentType(options_list='--command'))

Просмотреть файл

@ -237,7 +237,6 @@ class ServiceFabricRequestTests(ScenarioTest):
and sent to the cluster."""
sample_path_base = '@' + path.join(path.dirname(__file__), 'sample_json')
sample_yaml_base = '@' + path.join(path.dirname(__file__), 'sample_yaml')
# Get current directory
dir_path = path.dirname(path.realpath(__file__))