Skip to content

Commit 410f011

Browse files
committed
Explicitly require base64, otherwise the test sometimes fails depending on the order they're run
1 parent a34dfd9 commit 410f011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cases/authorization_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 "base64"
34
require "abstract_unit"
45

56
class AuthorizationTest < ActiveSupport::TestCase

0 commit comments

Comments
 (0)