There was an error while loading. Please reload this page.
1 parent ccbe7fe commit 58fe192Copy full SHA for 58fe192
1 file changed
tests/e2e/test-runner.go
@@ -108,12 +108,12 @@ type listWorkloadsResponse struct {
108
}
109
110
type workloadView struct {
111
- WorkloadID string `json:"workloadId"`
+ WorkloadID string `json:"workload_id"`
112
Status string `json:"status"`
113
114
115
type clusterSummaryResponse struct {
116
- TotalWorkloads int32 `json:"totalWorkloads"`
+ TotalWorkloads int32 `json:"total_workloads"`
117
118
119
func loadConfig() config {
@@ -164,7 +164,7 @@ func waitForRegisteredNode(cfg config) error {
164
return false, nil
165
166
var summary struct {
167
- TotalNodes int32 `json:"totalNodes"`
+ TotalNodes int32 `json:"total_nodes"`
168
169
if err := unmarshalSmokeJSON(out, &summary); err != nil {
170
0 commit comments