Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit f6989ba

Browse files
committed
Removed w=2 option from expected responses in index_tests
1 parent 6971b00 commit f6989ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unit/index_tests.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def test_create_an_index_using_ddoc_index_name(self):
145145
'reduce': '_count',
146146
'options': {'def': {'fields': ['name',
147147
'age']},
148-
'w': 2}}},
148+
}}},
149149
'lists': {},
150150
'shows': {}
151151
}
@@ -175,7 +175,7 @@ def test_create_an_index_without_ddoc_index_name(self):
175175
'reduce': '_count',
176176
'options': {'def': {'fields': ['name',
177177
'age']},
178-
'w': 2}}},
178+
}}},
179179
'lists': {},
180180
'shows': {}
181181
}
@@ -205,7 +205,7 @@ def test_create_an_index_with_empty_ddoc_index_name(self):
205205
'reduce': '_count',
206206
'options': {'def': {'fields': ['name',
207207
'age']},
208-
'w': 2}}},
208+
}}},
209209
'lists': {},
210210
'shows': {}
211211
}
@@ -235,7 +235,7 @@ def test_create_an_index_using_design_prefix(self):
235235
'reduce': '_count',
236236
'options': {'def': {'fields': ['name',
237237
'age']},
238-
'w': 2}}},
238+
}}},
239239
'lists': {},
240240
'shows': {}
241241
}

0 commit comments

Comments
 (0)