From 14326f04e9cb1c00de0ecdd04a67f060a92fcabb Mon Sep 17 00:00:00 2001 From: George Jahad Date: Wed, 9 Oct 2024 19:48:18 -0700 Subject: [PATCH] cleanup --- test/lib/clients/oidc_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/clients/oidc_test.rb b/test/lib/clients/oidc_test.rb index 8c20c86..cca493c 100644 --- a/test/lib/clients/oidc_test.rb +++ b/test/lib/clients/oidc_test.rb @@ -3,6 +3,7 @@ # NOTE: these tests excercise the OIDC config but can't really verify a # successful OIDC login. (Because that requires browser interaction.) # See the readme for how to use with the browser + class OIDCTest < ActiveSupport::TestCase setup do @client = Clients::Vault