Skip to content

Commit

Permalink
ci: default number of shards
Browse files Browse the repository at this point in the history
We just want to make sure, the passed values is used, so just
make sure it has a different value before then.
  • Loading branch information
bmario committed Aug 16, 2024
1 parent 9376e04 commit 706263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def test_create_for_existing_but_mismatching_params(

async def test_create_with_param(couchdb: CouchDB, database: Database) -> None:
info = await database.info()
assert info["cluster"]["q"] == 8
assert info["cluster"]["q"] != 16
await database.delete()

database = await couchdb.create(
Expand Down

0 comments on commit 706263e

Please sign in to comment.