We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecfcef commit cd73fedCopy full SHA for cd73fed
tests/specs/unit/LogstashAppenderTest.cfc
@@ -85,7 +85,7 @@ component extends="coldbox.system.testing.BaseTestCase" {
85
try {
86
var a = b;
87
} catch ( any e ) {
88
- structDelete( e, "tagContext" );
+ e.tagContext = [];
89
var otherLog = variables.loge.init(
90
message = len( e.detail ) ? e.detail : e.message,
91
severity = 0,
0 commit comments