Skip to content

Commit

Permalink
feat(authz): autocli query support (#16986)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Jul 13, 2023
1 parent 34bbd1a commit 1145da9
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 850 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/authz/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (s *E2ETestSuite) TestQueryGranterGrantsGRPC() {
fmt.Sprintf("%s/cosmos/authz/v1beta1/grants/granter/%s", val.APIAddress, val.Address.String()),
false,
"",
7,
6,
},
}
for _, tc := range testCases {
Expand Down
269 changes: 0 additions & 269 deletions tests/e2e/authz/query.go

This file was deleted.

Loading

0 comments on commit 1145da9

Please sign in to comment.