> @@ -194,7 +194,7 @@ public void testUpdateWebhook() {
>           String webhookId = webhookApi.list().first().get().getId();
>           assertTrue( webhookApi.update(webhookId, "updated_name", 
> ImmutableMap.<String, Object>of()) );
>  
> -         WebhookResponse webhook= webhookApi.get(webhookId);
> +         Webhook webhook= webhookApi.get(webhookId);

[minor] `webhook =`

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/76/files#r8945780

Reply via email to