We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b94e0 commit 8ca6fb8Copy full SHA for 8ca6fb8
test-harness/tests/specs/integration/SecuritySpec.cfc
@@ -74,7 +74,7 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/root" {
74
var event = get( "putpost" );
75
var renderData = event.getRenderData();
76
expect( renderData.statusCode ).toBe( 401 );
77
- expect( renderData.data ).toInclude( "Unathorized" );
+ expect( renderData.data ).toInclude( "Unauthorized" );
78
} );
79
80
0 commit comments