Skip to content

Commit a32460b

Browse files
committed
feat: update integration test
1 parent bf8e5d0 commit a32460b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/integration_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ func TestIntegration(t *testing.T) {
112112
"workspace_owner.session_token": `.+`,
113113
"workspace_owner.ssh_private_key": `(?s)^.+?BEGIN OPENSSH PRIVATE KEY.+?END OPENSSH PRIVATE KEY.+?$`,
114114
"workspace_owner.ssh_public_key": `(?s)^ssh-ed25519.+$`,
115+
"workspace_owner.login_type": `none`,
115116
},
116117
},
117118
{

0 commit comments

Comments
 (0)