Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Mar 19, 2024
1 parent 6caa13d commit 1c74183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion captain/utils/test_sequencer/run_test_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ def _case_test_upload(node: TestNode, hardware_id: str, project_id: str) -> Extr
if node.completion_time is None:
raise Exception(f"{node.id}: Can't upload a test that wasn't run")
if node.export_to_cloud:
cloud = FlojoyCloud(workspace_secret=get_env_var("FLOJOY_CLOUD_WORKSPACE_SECRET"))
cloud = FlojoyCloud(
workspace_secret=get_env_var("FLOJOY_CLOUD_WORKSPACE_SECRET")
)

def reverse_id(test_name) -> str:
tests = cloud.get_all_tests_by_project_id(project_id)
Expand Down

0 comments on commit 1c74183

Please sign in to comment.