misc: updated test comment

This commit is contained in:
Sheen Capadngan
2024-05-02 01:09:12 +08:00
parent 920b9a7dfa
commit 04dca9432d

View File

@@ -93,7 +93,7 @@ func TestUserAuth_SecretsGetAll(t *testing.T) {
t.Fatalf("snapshot failed: %v", err)
}
// intentionally invoked this here because it should directly follow secretsGetAll
// explicitly called here because it should happen directly after successful secretsGetAll
testUserAuth_SecretsGetAllWithoutConnection(t)
}