Skip to content

Commit 90c0e6f

Browse files
authored
chore: fix atlascli tests to check for 8.2 (#4227)
1 parent 744d0d4 commit 90c0e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/atlas/deployments/local/nocli/deploymentslocalnocli/deployments_local_nocli_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func TestDeploymentsLocalWithNoCLI(t *testing.T) {
145145
cols := strings.Fields(outputLines[1])
146146
assert.Equal(t, deploymentName, cols[0])
147147
assert.Equal(t, "LOCAL", cols[1])
148-
assert.Contains(t, cols[2], "8.0.")
148+
assert.Contains(t, cols[2], "8.2.")
149149
assert.Equal(t, "IDLE", cols[3])
150150
})
151151

0 commit comments

Comments
 (0)