Skip to content

Commit 4e46c7a

Browse files
committed
Account for metadata changes in test
1 parent dedbae7 commit 4e46c7a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sasdata/fair_database/data/test/test_dataset.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ class TestDataSet(APITestCase):
1313
def setUpTestData(cls):
1414
cls.empty_metadata = {
1515
"title": "New Metadata",
16-
"run": "X",
16+
"run": ["X"],
1717
"description": "test",
1818
"instrument": {},
1919
"process": {},
2020
"sample": {},
21-
"transmission_spectrum": {},
22-
"raw_metadata": {},
2321
}
2422
cls.user1 = User.objects.create_user(
2523
id=1, username="testUser1", password="secret"

0 commit comments

Comments
 (0)