Fix ServiceManager.AddProfile signature

This commit is contained in:
Theodor S. Midtlien
2026-09-03 14:10:41 +02:00
parent 70f075806b
commit 36ba4ef091
7 changed files with 20 additions and 21 deletions
+1
View File
@@ -846,6 +846,7 @@ func TestAddConfig_AllFieldsCovered(t *testing.T) {
"Name": "non-config: profile name is not needed for debug purposes",
"policy": "non-config: in-memory MDM policy snapshot, surfaced via Config.Policy() / GetConfigResponse.MDMManagedFields",
"DebugBundleUploadURL": "sensitive: MDM-provided upload URL may carry credentials or query tokens; kept out of the shared bundle",
"Owner": "non-config: owner information is not needed for debug purposes",
}
mURL, _ := url.Parse("https://api.example.com:443")