Skip to content

Commit

Permalink
fix(topology): fixes crash on dev setup for k8s tab (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
invincibleJai authored Sep 12, 2023
1 parent d7bdea9 commit 8035098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/topology/src/__fixtures__/1-deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@ export const mockKubernetesResponse = {
startTime: '2023-02-15T09:00:37Z',
containerStatuses: [
{
name: 'container',
name: 'container-hello',
state: {
running: {
startedAt: '2023-02-15T09:00:43Z',
},
},
lastState: {},
ready: true,
restartCount: 0,
restartCount: 1,
image: 'openshift/hello-openshift:latest',
imageID:
'docker-pullable://openshift/hello-openshift@sha256:aaea76ff622d2f8bcb32e538e7b3cd0ef6d291953f3e7c9f556c1ba5baf47e2e',
Expand Down

0 comments on commit 8035098

Please sign in to comment.