Add stdin.ps1 to integration tests

This commit is contained in:
fpinto 2023-03-28 12:41:14 +02:00
parent b98821c5ca
commit 949e1370b0
No known key found for this signature in database
GPG Key ID: F4F06B068FB00692

3
integration/tests_ok/stdin.ps1 Executable file
View File

@ -0,0 +1,3 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
echo "GET http://localhost:8000/hello" | hurl