Skip to content

Commit 2ba7278

Browse files
committed
Fixed unit test.
1 parent c29f508 commit 2ba7278

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/unitary/with_extras/opctl/test_opctl_cmds.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ def test_configure(self, confirm, prompt, monkeypatch):
4545
]
4646
+ ["abc"] * 8
4747
+ ["oci://bucket@namespace/path"]
48+
+ ["abc"] * 2
4849
+ ["abc"] * 4
4950
+ ["oci://bucket@namespace/path"]
50-
+ ["abc"] * 3
51+
+ ["abc"] * 7
5152
+ ["abc"] * 4
52-
+ ["abc"] * 8
53+
+ ["abc"] * 10
5354
+ ["1"]
5455
+ ["3"]
5556
)
@@ -115,11 +116,12 @@ def test_configure_in_notebook_session(self, confirm, prompt, monkeypatch):
115116
]
116117
+ ["abc"] * 8
117118
+ ["oci://bucket@namespace/path"]
119+
+ ["abc"] * 2
118120
+ ["abc"] * 4
119121
+ ["oci://bucket@namespace/path"]
120-
+ ["abc"] * 3
122+
+ ["abc"] * 7
121123
+ ["abc"] * 4
122-
+ ["abc"] * 8
124+
+ ["abc"] * 10
123125
+ ["1"]
124126
+ ["3"]
125127
)

0 commit comments

Comments
 (0)