We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3c728 commit 758ce76Copy full SHA for 758ce76
1 file changed
internal/ioutils/host_test.go
@@ -26,7 +26,7 @@ func Test_GetHostname(t *testing.T) {
26
assert.NotEmpty(t, hostname)
27
// The hostname should be hashed, not the raw hostname
28
// It should not be "unknown" on a normal system
29
- assert.NotEqual(t, "", hostname)
+ assert.NotEqual(t, "unknown", hostname)
30
})
31
32
t.Run("returns consistent results", func(t *testing.T) {
0 commit comments