Skip to content

Commit 83d616c

Browse files
authored
AITA → ATA (#385)
1 parent 2874fac commit 83d616c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def self.distribute_release(client, release, request)
362362

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

0 commit comments

Comments
 (0)