Skip to content

Commit

Permalink
Fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Mar 23, 2021
1 parent 0e8deec commit 5b1aa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/fleet_api_integration/apis/agents/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function ({ getService }: FtrProviderContext) {
body: {
doc: {
last_checkin: new Date().toISOString(),
updgrade_started_at: new Date().toISOString(),
upgrade_started_at: new Date().toISOString(),
},
},
});
Expand Down

0 comments on commit 5b1aa9b

Please sign in to comment.