Move "everyone" role and "instance actor" account magic number IDs to constants (#29260)

This commit is contained in:
Matt Jankowski
2024-02-19 06:09:43 -05:00
committed by GitHub
parent 96ddf1d482
commit 245064bb98
9 changed files with 26 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ namespace :tests do
exit(1)
end
if Account.find(-99).private_key.blank?
if Account.find(Account::INSTANCE_ACTOR_ID).private_key.blank?
puts 'Instance actor does not have a private key'
exit(1)
end