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 e1fb48f commit f37c98fCopy full SHA for f37c98f
app/test/service/openid/github_actions_id_token_test.dart
@@ -52,7 +52,7 @@ void main() {
52
53
// extract and parse token
54
final map = json.decode(rs.body) as Map<String, dynamic>;
55
- expect(map.keys.toSet(), {'count', 'value'});
+ expect(map.keys.toSet(), {'value'});
56
final tokenValue = map['value'] as String;
57
final token = JsonWebToken.parse(tokenValue);
58
0 commit comments