-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fixed version of logger pre release, update dependencies, add tes…
…t for validate expected error (#26) ``` $ go test -v -run ^TestLoggerNotWorking$ fortio.org/slack-proxy === RUN TestLoggerNotWorking {"ts":1700106049.775415,"level":"err","r":34,"file":"main_test.go","line":17,"msg":"Testing logging - err","err":"Channel is not set and Neither attachments, blocks, nor text is set"} --- PASS: TestLoggerNotWorking (0.00s) PASS ok fortio.org/slack-proxy 0.154s ``` fixes ^ shows error now, was showing {} fixed from fortio/log@df6a201 --------- Co-authored-by: aalur <[email protected]> Co-authored-by: Laurent Demailly <[email protected]>
- Loading branch information
1 parent
5dc7d1c
commit c968471
Showing
3 changed files
with
64 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters