()
| 22 | |
| 23 | |
| 24 | def test_basic_user_agent(): |
| 25 | cli_runner = CLIRunner() |
| 26 | service = 'sts' |
| 27 | operation = 'get-caller-identity' |
| 28 | result = cli_runner.run([service, operation]) |
| 29 | assert_expected_user_agent(result, service, operation) |
| 30 | |
| 31 | |
| 32 | def test_user_agent_for_customization(): |
nothing calls this directly
no test coverage detected