From 7e0cd47ab44389fb9933345407ad2c2cd2a579b6 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 11 Apr 2016 14:10:38 -0700 Subject: allow monitor auth to create users even if invites are normally required. --- test/functional/v1/users_controller_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/functional/v1') diff --git a/test/functional/v1/users_controller_test.rb b/test/functional/v1/users_controller_test.rb index 7afbb02..df59c4d 100644 --- a/test/functional/v1/users_controller_test.rb +++ b/test/functional/v1/users_controller_test.rb @@ -102,7 +102,8 @@ class V1::UsersControllerTest < ActionController::TestCase end test "api monitor auth can create and destroy test users" do - with_config(allow_registration: false) do + # should work even with registration off and/or invites required + with_config(allow_registration: false, invite_required: true) do monitor_auth do user_attribs = record_attributes_for :test_user post :create, :user => user_attribs, :format => :json -- cgit v1.2.3