Skip to content

Commit dca3ab7

Browse files
committed
Fix a typo in shard aware tests
1 parent bafab04 commit dca3ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/standard/test_shard_aware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
def setup_module():
4141
os.environ['SCYLLA_EXT_OPTS'] = "--smp 4 --memory 2048M"
42-
use_cluster('shared_aware', [3], start=True)
42+
use_cluster('shard_aware', [3], start=True)
4343

4444

4545
class TestShardAwareIntegration(unittest.TestCase):

0 commit comments

Comments
 (0)