mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-09 14:22:40 +02:00
rename method
This commit is contained in:
parent
7e3db1a39f
commit
2c46e6e6e7
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ func TestGetIdentityProviderDetectsChangesToAuthenticateServiceURL(t *testing.T)
|
||||||
"identity provider should change when authenticate service url changes")
|
"identity provider should change when authenticate service url changes")
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_getAccessTokenSessionID(t *testing.T) {
|
func Test_getTokenSessionID(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
assert.Equal(t, "532b0a3d-b413-50a0-8c9f-e6eb340a05d3", getAccessTokenSessionID(nil, "TOKEN"))
|
assert.Equal(t, "532b0a3d-b413-50a0-8c9f-e6eb340a05d3", getAccessTokenSessionID(nil, "TOKEN"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue