Skip to content

Commit 46ebdd7

Browse files
committed
Fix ServiceAccountKey test
1 parent a4a487b commit 46ebdd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/models/ServiceAccountKey.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ describe('ServiceAccountKey', () => {
2525
const serviceAccountKey = new ServiceAccountKey(data);
2626

2727
expect(serviceAccountKey.id).toBe(data.id);
28-
expect(serviceAccountKey.client_id).toBe(data.attributes.client_id);
2928
expect(serviceAccountKey.meta).toEqual(data.meta);
3029
});
3130

0 commit comments

Comments
 (0)