Navigation Menu

Skip to content

Commit

Permalink
Fix missing variable "response"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent f13d33b commit 700028a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api-configuration.test.js
Expand Up @@ -960,7 +960,7 @@ suite('Configuration API', function() {
})
.get('/?Version=2011-02-01&Action=DescribeSynonymOptions&' +
'DomainName=companies')
.next(function() {
.next(function(response) {
response = toParsedResponse(response);
assert.deepEqual(response.pattern,
{ statusCode: 200,
Expand Down

0 comments on commit 700028a

Please sign in to comment.