Skip to content

Commit

Permalink
Log etherium node url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Sep 24, 2024
1 parent 27656ac commit 26f8538
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cli_tests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ func TestMain(m *testing.M) { //nolint:gocyclo

setupConfig()

log.Printf("Ethereum Node URL: %s", ethereumNodeURL)
fmt.Println("Ethereum Node URL: ", ethereumNodeURL)

Check warning on line 177 in tests/cli_tests/main_test.go

View workflow job for this annotation

GitHub Actions / lint

unhandled-error: Unhandled error in call to function fmt.Println (revive)

tenderlyClient = tenderly.NewClient(ethereumNodeURL)

// Create a session with AWS
Expand Down

0 comments on commit 26f8538

Please sign in to comment.