diff --git a/plugins/flytekit-pandera/tests/test_plugin.py b/plugins/flytekit-pandera/tests/test_plugin.py index 3aa9bb4d6d..7e73aac932 100644 --- a/plugins/flytekit-pandera/tests/test_plugin.py +++ b/plugins/flytekit-pandera/tests/test_plugin.py @@ -60,7 +60,7 @@ def wf_with_df_input(df: pandera.typing.DataFrame[InSchema]) -> pandera.typing.D match=( "^Encountered error while executing workflow 'test_plugin.wf_with_df_input':\n" " expected series 'col2' to have type float64, got object" - ) + ), ): wf_with_df_input(df=invalid_df)