Navigation Menu

Skip to content

Commit

Permalink
Fix expected pattern of respnse from DescribeIndexFields
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 3, 2012
1 parent bc605d9 commit 6da5c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api-configuration.test.js
Expand Up @@ -149,9 +149,9 @@ var PATTERN_DeleteIndexFieldResponse = {

function PATTERN_DescribeIndexFieldsResponse(members) {
return {
IndexFieldsResponse: {
DescribeIndexFieldsResponse: {
'@': { xmlns: '' },
IndexFieldsResult: {
DescribeIndexFieldsResult: {
IndexFields: (function() {
var pattern = {};
members.forEach(function(member, index) {
Expand Down

0 comments on commit 6da5c1e

Please sign in to comment.