You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(send-msg!"First, make sure you have Copilot enabled in you Github account: https://github.com/settings/copilot/features")
75
-
(send-msg! (format"\nThen, open your browser at:\n\n%s\n\nAuthenticate using the code: `%s`\nThen type anything in the chat and send it to continue the authentication."
76
-
url
77
-
user-code))))
75
+
(send-msg! (multi-str
76
+
"First, make sure you have Copilot enabled in you Github account: https://github.com/settings/copilot/features"
77
+
(format"Then, open your browser at:\n\n%s\n\nAuthenticate using the code: `%s`\nThen type anything in the chat and send it to continue the authentication."
Copy file name to clipboardExpand all lines: test/eca/features/login_test.clj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
56
56
57
57
(testing"should proceed to the next step"
58
58
(println @msg-log)
59
-
(is (re-find#"(?m)Open your browser at:\n\nhttps://mock.github.com/login/device\n\nAuthenticate using the code: `.+`\nThen type anything in the chat and send it to continue the authentication."
59
+
(is (re-find#"(?m)Then, open your browser at:\n\nhttps://mock.github.com/login/device\n\nAuthenticate using the code: `.+`\nThen type anything in the chat and send it to continue the authentication."
60
60
(last @msg-log)))
61
61
62
62
(testing"state is update to reflect in-progress login"
0 commit comments