no space
Some checks failed
Build / cleanup-runs (pull_request) Failing after 6s
Deploy Contract / cleanup-runs (pull_request) Failing after 35s
Dependency Review / dependency-review (pull_request) Successful in 51s
Pull Request Labeler / triage (pull_request) Failing after 7s
Deploy Contract / deploy (pull_request) Failing after 19s
Build / build (pull_request) Successful in 1m8s
Lint / Run flake8 on python integration tests (pull_request) Failing after 14s
Run Gosec / Gosec (pull_request) Successful in 18s
Lint / Run golangci-lint (pull_request) Successful in 25s
Tests / cleanup-runs (pull_request) Successful in 7s
Semgrep / Scan (pull_request) Failing after 24s
Tests / test-unit-cover (pull_request) Successful in 1m13s
Tests / test-importer (pull_request) Successful in 1m14s
Tests / test-rpc (pull_request) Successful in 56s
Tests / sdk_tests (pull_request) Failing after 1m41s
CodeQL / Analyze (go) (pull_request) Successful in 5m17s

This commit is contained in:
Thomas E Lackey 2023-11-20 16:57:08 -06:00
parent 86cd96d264
commit 7c4ba0e6bb

View File

@ -62,7 +62,7 @@ func (s *IntegrationTestSuite) TestGRPCQueryParams() {
}
}
// nolint: all
//nolint: all
func (s *IntegrationTestSuite) TestGRPCQueryWhoIs() {
val := s.network.Validators[0]
sr := s.Require()
@ -182,7 +182,7 @@ func (s *IntegrationTestSuite) TestGRPCQueryLookup() {
}
}
// nolint: all
//nolint: all
func (s *IntegrationTestSuite) TestGRPCQueryRecordExpiryQueue() {
val := s.network.Validators[0]
sr := s.Require()
@ -254,7 +254,7 @@ func (s *IntegrationTestSuite) TestGRPCQueryRecordExpiryQueue() {
}
}
// nolint: all
//nolint: all
func (s *IntegrationTestSuite) TestGRPCQueryAuthorityExpiryQueue() {
val := s.network.Validators[0]
sr := s.Require()
@ -326,7 +326,7 @@ func (s *IntegrationTestSuite) TestGRPCQueryAuthorityExpiryQueue() {
}
}
// nolint: all
//nolint: all
func (s *IntegrationTestSuite) TestGRPCQueryListRecords() {
val := s.network.Validators[0]
sr := s.Require()