Skip to content

Commit cac9c3e

Browse files
committed
Add missing ostruct require to http_token_authentication_test.rb
1 parent d4c40b6 commit cac9c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionpack/test/controller/http_token_authentication_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

3+
require "ostruct"
34
require "abstract_unit"
45

56
class HttpTokenAuthenticationTest < ActionController::TestCase

0 commit comments

Comments
 (0)