Skip to content

Commit

Permalink
Remove unneeded ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Jun 8, 2020
1 parent efdcc0c commit e9adb36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional_endpoint/services/endpoint_policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ export function EndpointPolicyTestResourcesProvider({ getService }: FtrProviderC
logSupertestApiErrorAndThrow('Unable to get full Agent Configuration', error);
}

// @ts-ignore
return fullAgentConfig;
return fullAgentConfig!;
},

/**
Expand Down

0 comments on commit e9adb36

Please sign in to comment.