Skip to content

Commit

Permalink
Fix long line lengths
Browse files Browse the repository at this point in the history
We don't really need the help text for these tests
  • Loading branch information
jamesls committed Mar 11, 2015
1 parent 8891aee commit d4d8e1c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/unit/test_clidriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,33 @@
"metavar": "output_format"
},
"query": {
"help": "<p>A JMESPath query to use in filtering the response data.</p>"
"help": ""
},
"profile": {
"help": "Use a specific profile from your credential file",
"help": "",
"metavar": "profile_name"
},
"region": {
"choices": "{provider}/_regions",
"metavar": "region_name"
},
"endpoint-url": {
"help": "Override service's default URL with the given URL",
"help": "",
"metavar": "endpoint_url"
},
"no-verify-ssl": {
"action": "store_false",
"dest": "verify_ssl",
"help": "Override default behavior of verifying SSL certificates"
"help": "",
},
"no-paginate": {
"action": "store_false",
"help": "Disable automatic pagination",
"help": "",
"dest": "paginate"
},
"page-size": {
"type": "int",
"help": "<p>Specifies the page size when paginating.</p>"
"type": "int",
"help": "",
},
}
},
Expand Down

0 comments on commit d4d8e1c

Please sign in to comment.