Fix unconvert

This commit is contained in:
Mark Sagi-Kazar
2019-12-18 15:56:46 +01:00
parent f141f2133b
commit 2f8d1f8e42
3 changed files with 2 additions and 3 deletions

View File

@@ -274,7 +274,7 @@ func TestUseRefreshToken(t *testing.T) {
delete(t, token, groupID, groupsURL)
expectEquals(t, 1, len(identityRefresh.Groups))
expectEquals(t, testGroup, string(identityRefresh.Groups[0]))
expectEquals(t, testGroup, identityRefresh.Groups[0])
}
func TestUseRefreshTokenUserDeleted(t *testing.T) {