summaryrefslogtreecommitdiff
path: root/spec/factories/clusters/kubernetes_namespaces.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/clusters/kubernetes_namespaces.rb')
-rw-r--r--spec/factories/clusters/kubernetes_namespaces.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/clusters/kubernetes_namespaces.rb b/spec/factories/clusters/kubernetes_namespaces.rb
index 8d6ad1b9f79..75895e1c020 100644
--- a/spec/factories/clusters/kubernetes_namespaces.rb
+++ b/spec/factories/clusters/kubernetes_namespaces.rb
@@ -27,7 +27,7 @@ FactoryBot.define do
end
trait :without_token do
- service_account_token nil
+ service_account_token { nil }
end
end
end