spelling: data with

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-04-27 09:02:32 -04:00
parent 255d5ecfb7
commit 542cb4cb65
+1 -1
View File
@@ -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)
}
}
})