Fix review

This commit is contained in:
Theodor S. Midtlien
2026-06-08 14:50:26 +02:00
parent 6bdbbcad36
commit c6f003fd18
6 changed files with 8 additions and 17 deletions
+1
View File
@@ -843,6 +843,7 @@ func TestAddConfig_AllFieldsCovered(t *testing.T) {
"PreSharedKey": "sensitive: WireGuard pre-shared key",
"SSHKey": "sensitive: SSH private key",
"ClientCertKeyPair": "non-config: parsed cert pair, not serialized",
"Name": "non-config: profile name is not needed for debug purposes",
}
mURL, _ := url.Parse("https://api.example.com:443")