> @@ -128,7 +232,7 @@ public void delete() throws Exception {
> public void doesNotExist() throws Exception {
> for (String zoneId : api.getConfiguredZones()) {
> QueueApi queueApi = api.getQueueApiForZone(zoneId);
> - boolean success = queueApi.exists("jclouds-test");
> + boolean success = queueApi.exists("jclouds-test-1");
>
> assertFalse(success);Add message? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/56/files#r7881726
