diff --git a/tests/test_PostProcessing.py b/tests/test_PostProcessing.py
index 5f63962be77dc3ffe65b3bc33f8d907fda8ec55d..a57e8c085cc3f58b20771768743de87ffbec7a24 100644
--- a/tests/test_PostProcessing.py
+++ b/tests/test_PostProcessing.py
@@ -168,7 +168,7 @@ def test_plot_metamodel_3d_nopce(basic_engine) -> None:
     post = PostProcessing(engine)
     with pytest.raises(AttributeError) as excinfo:
         post.plot_metamodel_3d()
-    assert str(excinfo.value) == 'This evaluation only support PCE-type models!'
+    assert str(excinfo.value) == 'This function is only applicable if the MetaModel input dimension is 2.'
     
 
 #%% _get_sample