Skip to content

Commit

Permalink
fix test failure on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmitchconnors committed May 2, 2022
1 parent 66dc6b2 commit 1493520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ it('should wait until server is online', async function() {
this.timeout(timeout)
var max, istioctlkey, istiokey
const doGetRelease = async() => {
[max, istioctlkey, istiokey] = await getIstioRelease('1.11.*', 'local', 'local')
[max, istioctlkey, istiokey] = await getIstioRelease('1.11.*', 'local', '-local')
await downloadIstioctl(istioctlkey)
assert.equal(max.version, "1.11.8")
assert.ok(validUrl.isUri(istiokey))
Expand Down

0 comments on commit 1493520

Please sign in to comment.