We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3c40b commit 3edd321Copy full SHA for 3edd321
internal/services/authz_test.go
@@ -575,7 +575,7 @@ func BenchmarkCheck(b *testing.B) {
575
mockFGA := &mocksmgmt.MockFGA{
576
CheckResponse: sdkResponse,
577
CheckAssert: func(_ []*descope.FGARelation) {
578
- time.Sleep(time.Millisecond) // simulate realistic SDK latency
+ time.Sleep(time.Millisecond) // simulate SDK latency
579
},
580
}
581
mockSDK := &mocksmgmt.MockManagement{
0 commit comments