summaryrefslogtreecommitdiff
path: root/spec/support/shared/functional/securable_resource.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared/functional/securable_resource.rb')
-rw-r--r--spec/support/shared/functional/securable_resource.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/support/shared/functional/securable_resource.rb b/spec/support/shared/functional/securable_resource.rb
index 98c41c1f20..4efe7a69a1 100644
--- a/spec/support/shared/functional/securable_resource.rb
+++ b/spec/support/shared/functional/securable_resource.rb
@@ -240,7 +240,7 @@ shared_examples_for "a securable resource with existing target" do
describe "when setting owner" do
before do
- resource.owner('Administrator')
+ resource.owner(SID.admin_account_name)
resource.run_action(:create)
end
@@ -539,4 +539,3 @@ shared_examples_for "a securable resource without existing target" do
end
end
-