mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
spelling: data with
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -879,7 +879,7 @@ func TestOAuth2CodeFlow(t *testing.T) {
|
||||
|
||||
for _, token := range tokens {
|
||||
if /* token was updated */ token.ObsoleteToken != "" && token.ConnectorData != nil {
|
||||
t.Fatalf("token connectorDatawith id %q field is not nil: %s", token.ID, token.ConnectorData)
|
||||
t.Fatalf("token connectorData with id %q field is not nil: %s", token.ID, token.ConnectorData)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user