authz: do not t.Fatal in goroutine
Created by: keegancsmith
t.Fatal has to be called from the same goroutine that the test is executed in (t.Fatal relies on panics). Found via staticcheck.
Created by: keegancsmith
t.Fatal has to be called from the same goroutine that the test is executed in (t.Fatal relies on panics). Found via staticcheck.