Navigation Menu

Skip to content

Commit

Permalink
Fix syntax eror
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 2, 2012
1 parent f6e7025 commit 66a9c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api-configuration.test.js
Expand Up @@ -497,7 +497,7 @@ suite('Configuration API', function() {
.next(function() {
domain = new Domain('companies', context);
field = domain.getIndexField('product');
}),
})
.get('/?DomainName=companies&IndexFieldName=product&' +
'Action=DeleteIndexField&Version=2011-02-01')
.next(function(response) {
Expand Down

0 comments on commit 66a9c50

Please sign in to comment.