Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
Update internal/testutils/helper.go
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
YoGhurt111 and davidtaikocha authored Apr 8, 2024
1 parent 22fc7ca commit 3f4a7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testutils/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func RandomBytes(size int) (b []byte) {
func RandomPort() int {
port, err := freeport.GetFreePort()
if err != nil {
log.Crit("Failed to get local free random port", "custom_err", err)
log.Crit("Failed to get local free random port", "error", err)
}
return port
}
Expand Down

0 comments on commit 3f4a7ca

Please sign in to comment.