Skip to content

Commit

Permalink
AITA → ATA (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibolay authored Dec 16, 2024
1 parent 2874fac commit 83d616c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 83d616c

Please sign in to comment.