Skip to content

Commit

Permalink
simplified test
Browse files Browse the repository at this point in the history
  • Loading branch information
damanV5 committed Feb 28, 2025
1 parent f7484a0 commit 2ebec3f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integration-tests/bats/sql-server.bats
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,7 @@ EOF
stop_sql_server

# Assert that log is in JSON format (checking if logs contain `{...}`)
if ! grep -q '^{.*}$' log.txt; then
exit 1
fi

grep -q '^{.*}$' log.txt
# assert that logformat in yaml config is not case sensitive
cat >config.yml <<EOF
log_format: teXt
Expand Down

0 comments on commit 2ebec3f

Please sign in to comment.