Add missing `ostruct` require to `http_token_authentication_test.rb`

This commit is contained in:
fatkodima 2024-04-04 15:47:53 +03:00
parent d4c40b6cf9
commit cac9c3e9e0
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# frozen_string_literal: true
require "ostruct"
require "abstract_unit"
class HttpTokenAuthenticationTest < ActionController::TestCase