Fixed OTA test (#26673)

This commit is contained in:
Victor Lyuboslavsky 2025-02-27 14:59:33 -06:00 committed by GitHub
parent 5e453b7ca6
commit 1c80d280cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,5 +74,5 @@ func TestServeEndUserEnrollOTA(t *testing.T) {
require.NoError(t, err)
bodyString := string(bodyBytes)
require.Contains(t, bodyString, "api/v1/fleet/enrollment_profiles/ota?enroll_secret=foo")
require.Contains(t, bodyString, "/api/v1/fleet/android/enterprise/enrollment_token")
require.Contains(t, bodyString, "/api/v1/fleet/android_enterprise/enrollment_token")
}