From f03e45913a667efbb1f476287060f86d2c5e98cc Mon Sep 17 00:00:00 2001 From: Felix Marty <9808326+fxmarty@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:32:06 +0000 Subject: [PATCH] git old test --- tests/exporters/onnx/test_onnx_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exporters/onnx/test_onnx_export.py b/tests/exporters/onnx/test_onnx_export.py index c97c9ff58c..9a96d13e47 100644 --- a/tests/exporters/onnx/test_onnx_export.py +++ b/tests/exporters/onnx/test_onnx_export.py @@ -587,4 +587,4 @@ def test_custom_export_trust_remote_error(self): no_post_process=True, ) - self.assertIn("export a model with a custom architecture, but no custom onnx", str(context.exception)) + self.assertIn("custom or unsupported architecture", str(context.exception))