Navigation Menu

Skip to content

Commit

Permalink
Fix missing method name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent 228fb00 commit cf9046c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api-configuration.test.js
Expand Up @@ -911,7 +911,8 @@ suite('Configuration API', function() {
.get('/?Version=2011-02-01&Action=UpdateDefaultSearchField&' +
'DomainName=companies&DefaultSearchField=name')
.next(function(response) {
assert.equal(domain.defaultSearchField, domain.getField('name'));
assert.equal(domain.defaultSearchField,
domain.getIndexField('name'));

response = toParsedResponse(response);
assert.deepEqual(response.pattern,
Expand Down

0 comments on commit cf9046c

Please sign in to comment.