Skip to content

Commit

Permalink
Update processor/processor_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Leonidas Vrachnis <leo.al.vra@gmail.com>
  • Loading branch information
Sidddddarth and lvrach authored Nov 1, 2023
1 parent 99bccdb commit 99ac037
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions processor/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2262,14 +2262,13 @@ var _ = Describe("Processor", Ordered, func() {
types.DEST_TRANSFORMER,
)

key := fmt.Sprintf(
"%s!<<#>>!%s!<<#>>!%s!<<#>>!%s!<<#>>!%s",
key := strings.Join([]string{
commonMetadata.SourceID,
commonMetadata.DestinationID,
commonMetadata.SourceJobRunID,
commonMetadata.EventName,
commonMetadata.EventType,
)
}, "!<<#>>!")

Expect(len(m.failedJobs)).To(Equal(2))
Expect(len(m.failedMetrics)).To(Equal(2))
Expand Down

0 comments on commit 99ac037

Please sign in to comment.