Skip to content

Commit 8ca6fb8

Browse files
committed
fixing typo on tests
1 parent 87b94e0 commit 8ca6fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-harness/tests/specs/integration/SecuritySpec.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/root" {
7474
var event = get( "putpost" );
7575
var renderData = event.getRenderData();
7676
expect( renderData.statusCode ).toBe( 401 );
77-
expect( renderData.data ).toInclude( "Unathorized" );
77+
expect( renderData.data ).toInclude( "Unauthorized" );
7878
} );
7979
} );
8080
} );

0 commit comments

Comments
 (0)