mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-23 20:38:13 +00:00
Adds computing_id
This commit is contained in:
parent
25f3d3e978
commit
8dc4e1dd64
@ -12,7 +12,8 @@ class TestSampleEndpoint(BaseTest):
|
||||
sample_json = {"barcode": "000000111-202009091449-4321",
|
||||
"location": "4321",
|
||||
"date": "2020-09-09T14:49:00+0000",
|
||||
"student_id": "000000111"}
|
||||
"student_id": "000000111",
|
||||
"computing_id": "abc12d"}
|
||||
|
||||
def test_create_sample(self):
|
||||
# Test add sample
|
||||
|
Loading…
x
Reference in New Issue
Block a user