While the cosmos-sdk only uses the test network for cli integration tests, we have started to use it for general purpose integrations tests as can be seen in https://github.com/celestiaorg/celestia-app/pull/419 and this branch. By simply adding a grpc connection to the client context, we can have easy grpc access for queries, which opens many more options for tests.
We should initialize the client context for integration test networks so that we can use that functionality in celestia-app.
While the cosmos-sdk only uses the test network for cli integration tests, we have started to use it for general purpose integrations tests as can be seen in https://github.com/celestiaorg/celestia-app/pull/419 and this branch. By simply adding a grpc connection to the client context, we can have easy grpc access for queries, which opens many more options for tests.
We should initialize the client context for integration test networks so that we can use that functionality in celestia-app.