Skip to content

Commit

Permalink
Add missing .get() in test
Browse files Browse the repository at this point in the history
  • Loading branch information
HackAttack committed Apr 25, 2017
1 parent f3664d0 commit d186dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class CloudFlareClientTest {
data: [:]
]
client.updateRecord(record)
asyncClient.updateRecord(record)
asyncClient.updateRecord(record).get()
verify(2, putRequestedFor(urlEqualTo('/zones/023e105f4ecef8ad9ca31a8372d0c353/dns_records/372e67954025e0ba6aaa6d586b9e0b59'))
.withRequestBody(equalToJson('''
{
Expand Down

0 comments on commit d186dc1

Please sign in to comment.