Skip to content

Commit

Permalink
Merge branch 'main' into 79-assert-nodes-1
Browse files Browse the repository at this point in the history
  • Loading branch information
haakon98 authored Nov 5, 2024
2 parents 6bb9f79 + cbe986f commit 0e78017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server_comm/test_runner/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from . import node_checker


class RunTestFlow(APIView):
"""
API endpoint to run a specific test flow by flow_id
Expand Down Expand Up @@ -120,6 +119,7 @@ def run_node(self, node):
result = "Assert failed"
except Exception as e:
return f"Exection failed: {str(e)}"

elif node.node_type == Node.ACTION:
# TODO add code from LIL-95
result = True
Expand Down

0 comments on commit 0e78017

Please sign in to comment.