Skip to content

Commit

Permalink
x-pack/filebeat/input/entityanalytics/provider/okta: fix typo (elasti…
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 authored Jun 24, 2024
1 parent 51dd798 commit e3a8223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestOktaDoFetch(t *testing.T) {
}
var wantDevices []Device
if test.wantDevices {
err := json.Unmarshal([]byte(users), &wantDevices)
err := json.Unmarshal([]byte(devices), &wantDevices)
if err != nil {
t.Fatalf("failed to unmarshal device data: %v", err)
}
Expand Down

0 comments on commit e3a8223

Please sign in to comment.