diff --git a/test/integration/029_docs_generate_tests/test_docs_generate.py b/test/integration/029_docs_generate_tests/test_docs_generate.py index e48ea99b010..f9b0eb8a34b 100644 --- a/test/integration/029_docs_generate_tests/test_docs_generate.py +++ b/test/integration/029_docs_generate_tests/test_docs_generate.py @@ -202,7 +202,7 @@ def _redshift_stats(self): "diststyle": { "id": "diststyle", "label": "Dist Style", - "value": AnyStringWith(None), + "value": AnyStringWith('AUTO'), "description": "Distribution style or distribution key column, if key distribution is defined.", "include": True }, @@ -220,6 +220,13 @@ def _redshift_stats(self): "description": "Approximate size of the table, calculated from a count of 1MB blocks", "include": True }, + 'sortkey1': { + 'id': 'sortkey1', + 'label': 'Sort Key 1', + 'value': AnyStringWith('AUTO'), + 'description': 'First column in the sort key.', + 'include': True, + }, "pct_used": { "id": "pct_used", "label": "Disk Utilization",