Skip to content

Commit ebe41a9

Browse files
committed
fix failing test
1 parent 01b6ee0 commit ebe41a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-plugin-interceptors/src/test/groovy/grails/artefact/InterceptorSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class InterceptorSpec extends Specification {
3939
void "Test the default interceptor mappings"() {
4040
given:"A test interceptor"
4141
def i = new TestInterceptor()
42-
i.defaultMatcher()
42+
i.setGrailsApplication(null)
4343
def webRequest = GrailsWebMockUtil.bindMockWebRequest()
4444
HttpServletRequest request = webRequest.request
4545
when:"The current request is for a controller called test"

0 commit comments

Comments
 (0)