Skip to content

Commit

Permalink
fix: overridden typo (#1506)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
  • Loading branch information
testwill committed Oct 17, 2023
1 parent a12c595 commit 7b4e02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flow/adapter/xslttransformation/adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestNewTarget(t *testing.T) {

"wrong configuration not providing XSLT": {
xslt: "",
expectPanic: "if XSLT cannot be overriden by CloudEvent payloads, configured XSLT cannot be empty",
expectPanic: "if XSLT cannot be overridden by CloudEvent payloads, configured XSLT cannot be empty",
},
}

Expand Down

0 comments on commit 7b4e02e

Please sign in to comment.