Skip to content

Commit

Permalink
Add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Krithika Sundararajan committed Apr 27, 2022
1 parent 4c4afa1 commit 5bf6e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/e2e/test/helpers_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func getRouter(

err = json.Unmarshal(respBytes, &router)
if err != nil {
return nil, err
return nil, fmt.Errorf("Could not unmarshal: %v\n %s", err, string(respBytes))
}

return &router, err
Expand Down

0 comments on commit 5bf6e00

Please sign in to comment.