Added callback-based request ID checking #262
Annotations
8 errors
|
Run go test -v ./...:
identity_provider_test.go#L172
cannot use TimeNow().Add(DefaultValidDuration) (value of type time.Time) as *time.Time value in struct literal
|
Run go test -v ./...:
identity_provider_test.go#L173
cannot use DefaultValidDuration (constant 172800000000000 of type time.Duration) as *time.Duration value in struct literal
|
Run go test -v ./...:
metadata_test.go#L26
cannot use time.Date(2001, time.February, 3, 4, 5, 6, 789000000, time.UTC) (value of type time.Time) as *time.Time value in struct literal
|
Run go test -v ./...:
metadata_test.go#L27
cannot use time.Hour (constant 3600000000000 of type time.Duration) as *time.Duration value in struct literal
|
Run go test -v ./...:
metadata_test.go#L96
cannot use validUntil (variable of type time.Time) as *time.Time value in struct literal
|
Run go test -v ./...:
metadata_test.go#L97
cannot use time.Hour (constant 3600000000000 of type time.Duration) as *time.Duration value in struct literal
|
Run go test -v ./...
The operation was canceled.
|
Loading