Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def self.distribute_release(client, release, request)

def self.test_release(alpha_client, release, test_devices, test_cases, username = nil, password = nil, username_resource = nil, password_resource = nil)
if present?(test_cases) && (!username_resource.nil? || !password_resource.nil?)
UI.user_error!("Password and username resource names are not supported for the AI testing agent.")
UI.user_error!("Password and username resource names are not supported for the testing agent.")
end
if username_resource.nil? ^ password_resource.nil?
UI.user_error!("Username and password resource names for automated tests need to be specified together.")
Expand Down
Loading