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 a4bf75c commit abefe1aCopy full SHA for abefe1a
test-harness/tests/specs/integration/CBSecuritySpec.cfc
@@ -45,7 +45,7 @@ component
45
46
47
it( "can retrieve user,auth and mixin services", function(){
48
- var e = this.get( "/main/cbsecuremixin" );
+ var e = this.request( route : "/main/cbsecuremixin" );
49
expect( e.getRenderedContent() ).toBeJSON();
50
});
51
0 commit comments