Service login #6

Merged
phoenix merged 19 commits from service_login into main 2026-06-11 18:02:24 -04:00
Showing only changes of commit 0be21519a6 - Show all commits
+5 -1
View File
@@ -440,7 +440,11 @@ async fn test_login_service_user() {
match register_service_user(&app).await {
Ok(user) => {
assert_eq!(false, user.id.is_nil(), "The service user id should not be nil");
assert_eq!(
false,
user.id.is_nil(),
"The service user id should not be nil"
);
/*
match login_service_user(&app, TEST_SERVICE_USERNAME, TEST_SERVICE_PASSPHRASE).await {
Ok(login_result) => {