Skip to content

Commit

Permalink
Remove expected validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamiel authored and hurl-bot committed Dec 9, 2024
1 parent a97c60b commit 260a990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/hurlfmt/tests_ok/import_curl.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl --file-root . tests_ok/import_curl.out >$null # Validate expected file

hurlfmt --in curl tests_ok/import_curl.in
2 changes: 1 addition & 1 deletion integration/hurlfmt/tests_ok/import_curl.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -Eeuo pipefail
hurl --file-root . tests_ok/import_curl.out >/dev/null # Validate expected file

hurlfmt --in curl tests_ok/import_curl.in

0 comments on commit 260a990

Please sign in to comment.