Skip to content

Commit

Permalink
improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsradek committed Aug 19, 2024
1 parent 0b4af39 commit bfcd3f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/expectation/.expected
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ auth_password=password
kerberos.cache.kerberos-authz.url=kerberos-authz.cache.dev.pleo.io
launch-darkly.key=secret_value
msk.endpoint=https://msk.com
openai.key=beepboopf
openai.key=beepboop
private=password
sqs.sales.endpoint=https://sputnik-buckname.name.com
with.special.chars=@sbSZN%r!r!&9bgE%x&IC%2Bh952U%jD!o&Tww4^ztH#ds@3R44
4 changes: 2 additions & 2 deletions test/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ else
printf 'The file "%s" is different from "%s"\n' "$result" "$expected"
printf '\n'
echo $(diff $result $expected)
printf '\n'
printf '\n\n'
printf 'Expected:\n'
cat "$expected"
printf '\n'
printf '\n\n'
printf 'Result:\n'
cat "$result"

Expand Down

0 comments on commit bfcd3f2

Please sign in to comment.