From 1493520dd261993e4749a51e6d77e3aef9c3e652 Mon Sep 17 00:00:00 2001 From: therealmitchconnors Date: Mon, 2 May 2022 15:59:27 -0700 Subject: [PATCH] fix test failure on linux --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 3a97be4..1c7a50c 100644 --- a/test/test.js +++ b/test/test.js @@ -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))