mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fixed OTA test (#26673)
This commit is contained in:
parent
5e453b7ca6
commit
1c80d280cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue