Skip to content

Commit

Permalink
chore(tests): fix logging configuration in tests (#1655)
Browse files Browse the repository at this point in the history
Signed-off-by: plavy <[email protected]>
  • Loading branch information
plavy authored Jan 16, 2024
1 parent a9f7238 commit 07656ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@
"distro": "",
"add-cpes-if-none": false,
"output-template-file": "",
"quiet": false,
"check-for-app-update": true,
"only-fixed": false,
"only-notfixed": false,
Expand Down Expand Up @@ -408,7 +407,8 @@
"auth": []
},
"log": {
"structured": false,
"quiet": false,
"verbosity": 0,
"level": "warn",
"file": ""
},
Expand Down
4 changes: 2 additions & 2 deletions grype/presenter/explain/test-fixtures/ghsa-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@
"distro": "",
"add-cpes-if-none": false,
"output-template-file": "",
"quiet": true,
"check-for-app-update": true,
"only-fixed": false,
"only-notfixed": false,
Expand Down Expand Up @@ -375,7 +374,8 @@
"auth": []
},
"log": {
"structured": false,
"quiet": true,
"verbosity": 0,
"level": "",
"file": ""
},
Expand Down
4 changes: 2 additions & 2 deletions grype/presenter/explain/test-fixtures/keycloak-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@
"distro": "",
"add-cpes-if-none": false,
"output-template-file": "",
"quiet": true,
"check-for-app-update": true,
"only-fixed": false,
"only-notfixed": false,
Expand Down Expand Up @@ -818,7 +817,8 @@
"ca-cert": ""
},
"log": {
"structured": false,
"quiet": true,
"verbosity": 0,
"level": "",
"file": ""
},
Expand Down

0 comments on commit 07656ab

Please sign in to comment.