We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e5e29 commit 7df7ea3Copy full SHA for 7df7ea3
test/authentication.jl
@@ -30,7 +30,7 @@ end
30
# In the general authenticate() tests, we mock the call to JuliaHub._authenticate()
31
# So here we call a lower level JuliaHub._authenticat**ion** implementation, with
32
# the REST calls mocked.
33
-@testset "JuliaHub._authenticate()" begin
+@testset "JuliaHub._authentication()" begin
34
empty!(MOCK_JULIAHUB_STATE)
35
server = URIs.URI("https://juliahub.example.org")
36
token = JuliaHub.Secret("")
0 commit comments