Skip to content

Commit

Permalink
removing empty lines for re-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
janardhankrishna-sai committed Dec 22, 2024
1 parent 4588fc1 commit 4298e86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions authz/grpc_authz_end2end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ func (s) TestFileWatcher_ValidPolicyRefresh(t *testing.T) {
t.Fatalf("error listening: %v", err)
}
defer lis.Close()

stub := &stubserver.StubServer{
Listener: lis,
UnaryCallF: func(ctx context.Context, req *testpb.SimpleRequest) (*testpb.SimpleResponse, error) {
Expand Down Expand Up @@ -651,7 +650,6 @@ func (s) TestFileWatcher_InvalidPolicySkipReload(t *testing.T) {
t.Fatalf("error listening: %v", err)
}
defer lis.Close()

stub := &stubserver.StubServer{
Listener: lis,
UnaryCallF: func(ctx context.Context, req *testpb.SimpleRequest) (*testpb.SimpleResponse, error) {
Expand Down

0 comments on commit 4298e86

Please sign in to comment.