diff --git a/devops-service/tests/features/support/env.rb b/devops-service/tests/features/support/env.rb index e575743..2ac9a4c 100644 --- a/devops-service/tests/features/support/env.rb +++ b/devops-service/tests/features/support/env.rb @@ -79,9 +79,9 @@ class RequestSender end end - def post_without_privileges path, query={}, headers={} + def post_without_privileges path, query, headers={} user_without_privileges do - postt(path, query, headers) + post_body(path, query, headers) end end