mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 23:41:09 +02:00
development: use golangci-lint
This commit is contained in:
parent
ab94b49ca6
commit
b85f8de05f
35 changed files with 292 additions and 115 deletions
|
@ -304,7 +304,7 @@ func Test_Checksum(t *testing.T) {
|
|||
t.Error("Checksum() not returning data")
|
||||
}
|
||||
|
||||
if o.Checksum() != o.Checksum() {
|
||||
if o.Checksum() != newChecksum {
|
||||
t.Error("Checksum() inconsistent")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue