mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 00:22:10 +03:00
62243800e6
These tests should be covered in the .hurl integ tests.
4 lines
104 B
PowerShell
4 lines
104 B
PowerShell
Set-StrictMode -Version latest
|
|
$ErrorActionPreference = 'Stop'
|
|
hurl --proxy unknown tests_ok/hello.hurl
|