hurl/integration/tests_ok/aws_sigv4_option.ps1
jcamiel 9f6fdf2c9b
Rename aws_sigv4 integration test to aws_sigv4_option.
By convention, the integration test are named `foo` when a command line option is used, and `foo_option when an `[Options]` is prefered.
2023-09-29 13:39:15 +02:00

4 lines
146 B
PowerShell

Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl --user someAccessKeyId:someSecretKey tests_ok/aws_sigv4_option.hurl --verbose