Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9ecc938

Browse files
committed
fixup! Allow integration tests to pass on fresh deployments
1 parent 34e4b1b commit 9ecc938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/integration/ssh_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestSSH(t *testing.T) {
2323
assert := tcli.Success()
2424

2525
// if we don't have any environments, "coder config-ssh" will fail
26-
if len(envs) > 0 {
26+
if len(envs) == 0 {
2727
assert = tcli.Error()
2828
}
2929
c.Run(ctx, "coder config-ssh").Assert(t,

0 commit comments

Comments
 (0)