This repository was archived by the owner on Jun 27, 2023. It is now read-only.
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Missing error checks for os.Setenv in parse_test.go #473
Closed
Description
Actual behavior A clear and concise description of what the bug is.
Currently errors are ignored for calls to os.Setenv()
in parse_test.go
. Example:
Line 198 in b76a85f
Expected behavior A clear and concise description of what you expected to
happen.
The errors should be checked and reported properly. If the error is unequal nil
the error should be logged via t.Errorf()
. I opened a pull request to check the errors: #472
Metadata
Metadata
Assignees
Labels
No labels