Navigation Menu

Skip to content

Commit

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

0 comments on commit f6e7025

Please sign in to comment.