Skip to content

Commit

Permalink
Merge branch 'main' into stu-337-test-profile
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream authored Apr 16, 2024
2 parents 10a21f7 + b5a7465 commit 6c99d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions captain/routes/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ def make_payload(data: MeasurementData):


def get_measurement(m: Measurement) -> MeasurementData:
data = test_sequencer._get_most_recent_data(m.testId)
data = test_sequencer._get_most_recent_data(m.test_id)
if not isinstance(data, MeasurementData):
logging.info(f"{m.testId}: Unexpected data type for test data: {type(data)}")
logging.info(f"{m.test_id}: Unexpected data type for test data: {type(data)}")
data = m.pass_
return data

Expand Down

0 comments on commit 6c99d5b

Please sign in to comment.