Commit 3954e07
committed
bug: Make tests more durable
Tests regularly fail, delaying CLI releases, because there are other
Volumes on the test account, and commands referencing a `$volume_id` are
given a list of IDs instead of just the one they expect.
This change sets `$volume_id` to a single Volume's ID, which should
allow tests to continue even if there are unexpected volumes on the
account.1 parent 7140329 commit 3954e07
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
| |||
0 commit comments