Skip to content

Commit

Permalink
Reenable test that was commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Sep 12, 2024
1 parent da5174b commit 1e99538
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions middleware/grpcz/interceptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ func NewTest(t *testing.T, name string, options *testOptions) *TestCase {

func TestAuthorizer(t *testing.T) {
tests := []*TestCase{
// NewTest(
// t,
// "authorized decisions should succeed",
// &testOptions{},
// ),
NewTest(
t,
"authorized decisions should succeed",
&testOptions{},
),
NewTest(
t,
"unauthorized decisions should err",
Expand Down

0 comments on commit 1e99538

Please sign in to comment.