Index: trunk/src/integration-test/groovy/com/lemans/ds/media/MediaFuncSpec.groovy =================================================================== diff -u -r9949 -r9950 --- trunk/src/integration-test/groovy/com/lemans/ds/media/MediaFuncSpec.groovy (.../MediaFuncSpec.groovy) (revision 9949) +++ trunk/src/integration-test/groovy/com/lemans/ds/media/MediaFuncSpec.groovy (.../MediaFuncSpec.groovy) (revision 9950) @@ -233,9 +233,9 @@ apiPaginated() > 0 } - def 'can find media with flag archived'() { + def 'can find media with flag archive negation'() { given: - queryParams.flagId = "!23" + queryParams.flagId = '!23' path() ok()