From 84ca33d6ea42688e94478f3d230fa240ab6b2c59 Mon Sep 17 00:00:00 2001 From: Josh Wilsdon Date: Thu, 18 May 2017 10:29:18 -0700 Subject: [PATCH] add name per review feedback --- test/integration/cli-volumes.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/cli-volumes.test.js b/test/integration/cli-volumes.test.js index a11807f..18fed4e 100644 --- a/test/integration/cli-volumes.test.js +++ b/test/integration/cli-volumes.test.js @@ -212,6 +212,8 @@ test('triton volume create ...', testOpts, function (tt) { h.triton([ 'volume', 'create', + '--name', + 'node-triton-test-volume-create-fabric-network', '--network', FABRIC_NETWORKS[0].id, '-w'