Skip to content

Commit a9bd76c

Browse files
committed
wip
1 parent c799790 commit a9bd76c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/login_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func TestLogin(t *testing.T) {
2929
badLoginURL := "https://fcca2077f06e68aaf9"
3030
root, _ := clitest.New(t, "login", badLoginURL)
3131
err := root.Execute()
32+
// TODO@jsjoeio - have it match dial tcp error like Dean suggested
3233
errMsg := fmt.Sprintf("Failed to check server %q for first user, is the URL correct and is coder accessible from your browser?", badLoginURL)
3334
require.ErrorContains(t, err, errMsg)
3435
})

0 commit comments

Comments
 (0)