Skip to content

Commit 30096f5

Browse files
committed
Assert that instance UUID is not empty
1 parent f71dace commit 30096f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func TestAuth(t *testing.T) {
5656
Password: "12345678",
5757
})
5858
if assert.NoError(err) && assert.NotNil(conn) {
59+
assert.NotEmpty(conn.InstanceUUID(), "instance UUID is empty")
5960
conn.Close()
6061
}
6162

0 commit comments

Comments
 (0)