Skip to content

Commit af6fb06

Browse files
committed
test: Update smoke test to match column format
1 parent 97871b4 commit af6fb06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_metadata_retrievers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ def test_get_metadatas_empty_database_smoke(self, empty_metadata_database):
130130

131131
# Verify specific expected columns are present
132132
column_fields = [col['field'] for col in cols]
133-
expected_columns = ['scanNumber', 'sample_name', 'aperture', 'user_name', 'time', 'scan_dim', 'actions', 'notes']
133+
expected_columns = ['checkbox', 'scanNumber', 'sample_name', 'aperture', 'scan_dim', 'technique', 'user_name', 'time', 'notes']
134134
for expected_col in expected_columns:
135135
assert expected_col in column_fields, f"Column {expected_col} should be present in column definitions"

0 commit comments

Comments
 (0)