Skip to content

Commit

Permalink
Removed redundant JSON
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Strusiewicz-Surmacki <[email protected]>
  • Loading branch information
p-strusiewiczsurmacki-mobica committed Jul 11, 2024
1 parent 1284c42 commit 5796f80
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pkg/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,10 @@ var (
"status": {
"conditions": [
{
"lastHeartbeatTime": "2024-07-11T14:15:05Z",
"lastTransitionTime": "2024-07-10T12:12:40Z",
"message": "kubelet is posting ready status",
"reason": "KubeletReady",
"status": "True",
"type": "Ready"
}
],
"daemonEndpoints": {
"kubeletEndpoint": {
"Port": 10250
}
}
]
}
}
]}`
Expand Down

0 comments on commit 5796f80

Please sign in to comment.