Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucian-ioan committed Nov 30, 2023
1 parent 34dcac1 commit ad0a9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Memory": 7168
},
"Containers": [{
"DockerId": "query-metadata-1",
"DockerId": "1234",
"Name": "query-metadata",
"Image": "mreferre/eksutils",
"Labels": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestFetch(t *testing.T) {
assert.NoError(t, err)

formattedStats := getStatsList(taskStatsOutput, taskOutput)
assert.Equal(t, 1, len(formattedStats))
assert.Equal(t, 0, len(formattedStats))
event := createEvent(&formattedStats[0])

// Build a metricset to test the event
Expand Down

0 comments on commit ad0a9e8

Please sign in to comment.