assert_response :unauthorized
# Now with some other user, which should fail
basic_authorization create(:user).display_name, "test"
assert_response :unauthorized
# Now with some other user, which should fail
basic_authorization create(:user).display_name, "test"