Skip to content

Commit

Permalink
fixing typo on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jan 10, 2024
1 parent 87b94e0 commit 8ca6fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-harness/tests/specs/integration/SecuritySpec.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/root" {
var event = get( "putpost" );
var renderData = event.getRenderData();
expect( renderData.statusCode ).toBe( 401 );
expect( renderData.data ).toInclude( "Unathorized" );
expect( renderData.data ).toInclude( "Unauthorized" );
} );
} );
} );
Expand Down

0 comments on commit 8ca6fb8

Please sign in to comment.