20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / app / models / api_client_authorization.rb
index af47acc7f289b67715ebda61aa7db8f937c26220..b78cb286ec80bf7d2ace8cbeaecc55385aeb2608 100644 (file)
@@ -1,6 +1,10 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class ApiClientAuthorization < ArvadosBase
-  def attribute_editable?(attr)
-    ['expires_at', 'default_owner'].index attr
+  def editable_attributes
+    %w(expires_at default_owner_uuid)
   end
   def self.creatable?
     false