Skip to content

Commit

Permalink
Fix endpoint version in fleet api integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Feb 16, 2022
1 parent 351ce75 commit 7938cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default function (providerContext: FtrProviderContext) {
package: {
name: 'endpoint',
title: 'Endpoint',
version: '1.3.0-dev.0',
version: '1.3.0',
},
})
.expect(400);
Expand Down

0 comments on commit 7938cd7

Please sign in to comment.