mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 05:53:13 +00:00
alternator-test: rename test_query_with_paginator
Paginator is an implementation detail and does not belong in the name, and thus the test is renamed to test_query_basic_restrictions. Message-Id: <849bc9d210d0faee4bb8479306654f2a59e18517.1558524028.git.sarna@scylladb.com>
This commit is contained in:
committed by
Nadav Har'El
parent
9e2ecf5188
commit
5bc7bb00e0
@@ -10,7 +10,7 @@ def set_of_frozen_elements(list_of_dicts):
|
||||
return {frozenset(item.items()) for item in list_of_dicts}
|
||||
|
||||
# Test that scanning works fine with in-stock paginator
|
||||
def test_query_with_paginator(dynamodb, filled_test_table):
|
||||
def test_query_basic_restrictions(dynamodb, filled_test_table):
|
||||
test_table, items = filled_test_table
|
||||
paginator = dynamodb.meta.client.get_paginator('query')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user