Skip to content

Commit

Permalink
Update endpoint test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Jun 26, 2020
1 parent bf92368 commit cd6f2d1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
id: policyInfo.datasource.id,
dataset: { namespace: 'default' },
name: 'Protect East Coast',
package: {
name: 'endpoint',
version: policyInfo.packageInfo.version,
meta: {
package: {
name: 'endpoint',
version: policyInfo.packageInfo.version,
},
},
policy: {
linux: {
Expand Down

0 comments on commit cd6f2d1

Please sign in to comment.