We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8deec commit 5b1aa9bCopy full SHA for 5b1aa9b
x-pack/test/fleet_api_integration/apis/agents/status.ts
@@ -58,7 +58,7 @@ export default function ({ getService }: FtrProviderContext) {
58
body: {
59
doc: {
60
last_checkin: new Date().toISOString(),
61
- updgrade_started_at: new Date().toISOString(),
+ upgrade_started_at: new Date().toISOString(),
62
},
63
64
});
0 commit comments