Skip to content

Commit 73b96ff

Browse files
committed
Remove statustext attribute in cfheader
1 parent 4dd49d1 commit 73b96ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
errors = resultObject.getTotalFail() + resultObject.getTotalError();
1818
exitCode( errors ? 1 : 0 );
1919
} catch ( any e ) {
20-
cfheader(statuscode="500", statustext="Server Error");
20+
cfheader(statuscode="500");
2121
writeOutput( "An error occurred running the tests. Message: [#e.message#], Detail: [#e.detail#]" );
2222
exitCode( 1 );
2323
}

0 commit comments

Comments
 (0)