File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/groovy/com/dtolabs/rundeck/plugin/resources/ec2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ class InstanceToNodeMapperSpec extends Specification {
325
325
def mapper = new InstanceToNodeMapper(supplier, mapping, pageResults);
326
326
mapper.setEndpoint(endpoints.join(', '))
327
327
when:
328
- def instances = mapper.performQuery()
328
+ def instances = mapper.performQuery(false )
329
329
then:
330
330
instances!=null
331
331
instances.getNode(" aninstanceId" ).getAttributes().containsKey(" region" )
@@ -384,7 +384,7 @@ class InstanceToNodeMapperSpec extends Specification {
384
384
def mapper = new InstanceToNodeMapper (supplier, mapping, pageResults);
385
385
mapper. setEndpoint(endpoint)
386
386
when :
387
- def instances = mapper. performQuery()
387
+ def instances = mapper. performQuery(false )
388
388
then :
389
389
instances!= null
390
390
instances. getNode(" aninstanceId" ). getAttributes(). containsKey(" region" )
You can’t perform that action at this time.
0 commit comments