diff --git a/public/app/features/api-keys/ApiKeysPage.test.tsx b/public/app/features/api-keys/ApiKeysPage.test.tsx
index 42912fc9d96..54200234ddc 100644
--- a/public/app/features/api-keys/ApiKeysPage.test.tsx
+++ b/public/app/features/api-keys/ApiKeysPage.test.tsx
@@ -42,7 +42,7 @@ describe('Render', () => {
const { wrapper } = setup({
apiKeys: getMultipleMockKeys(0),
apiKeysCount: 0,
- hasFetched: true,
+ hasFetched: true,
});
expect(wrapper).toMatchSnapshot();
diff --git a/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap b/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap
index 375ed788e27..63b92a16ee0 100644
--- a/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap
+++ b/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap
@@ -5,249 +5,9 @@ exports[`Render should render API keys table if there are any keys 1`] = `
| - Name - | -- Role - | -- |
|---|---|---|
| - test-1 - | -- Viewer - | -
- |
-
| - test-2 - | -- Viewer - | -
- |
-
| - test-3 - | -- Viewer - | -
- |
-
| - test-4 - | -- Viewer - | -
- |
-
| - test-5 - | -- Viewer - | -
- |
-