Skip to content

Commit

Permalink
IWF-357: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolczynski committed Jan 6, 2025
1 parent 3a40930 commit 3fd2401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iwf/tests/test_internal_channel_with_no_prefix_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ def test_internal_channel_workflow_with_no_prefix_channel(self):

self.assertIn("FAILED", context.exception.workflow_status)
self.assertIn(
f"WorkerExecutionError: Type.INTERNAL_CHANNEL not registered: {test_non_prefix_channel_name_with_suffix}",
f"WorkerExecutionError: InternalChannel channel_name is not defined {test_non_prefix_channel_name_with_suffix}",
context.exception.error_message,
)

0 comments on commit 3fd2401

Please sign in to comment.