Skip to content

Commit

Permalink
Pipeline: Fixed labels process test with same objects (#869)
Browse files Browse the repository at this point in the history
* Fixed labels process test with same objects

Signed-off-by: jojohappy <sarahdj0917@gmail.com>
  • Loading branch information
jojohappy authored and slim-bean committed Aug 8, 2019
1 parent bd4a76c commit 3d1f39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logentry/stages/labels_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func TestLabelStage_Process(t *testing.T) {
t.Fatal(err)
}
st.Process(test.inputLabels, test.extractedData, nil, nil)
assert.Equal(t, test.expectedLabels, test.expectedLabels)
assert.Equal(t, test.expectedLabels, test.inputLabels)
})
}
}

0 comments on commit 3d1f39f

Please sign in to comment.