forked from influxdata/influxdb
-
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.
fix: Upgrade version of jwt-go package to v4.0.0 (influxdata#19893)
* fix: Upgrade version of jwt-go package to v4.0.0 This commit updates the dependencies for influxdb to require v4.0.0-preview1 of the jwt-go package. This required updating the go.mod and go.sum files as well as any source file that directly imported that package. Prior to this commit, the TestHandler_Query_Auth() tests would fail as it checked for specific error strigns returned by the jwt-go package. Version 4.0.0-preview1 of the package changed the verbiage of those errors a bit. This patch updates the test to detect the new error string.
- Loading branch information
Showing
4 changed files
with
8 additions
and
6 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
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