diff --git a/test/Base_Tests/src/Network/Enso_Cloud/Enso_File_Spec.enso b/test/Base_Tests/src/Network/Enso_Cloud/Enso_File_Spec.enso index 810f4295c9d0..7e59f3c2ca9f 100644 --- a/test/Base_Tests/src/Network/Enso_Cloud/Enso_File_Spec.enso +++ b/test/Base_Tests/src/Network/Enso_Cloud/Enso_File_Spec.enso @@ -177,7 +177,7 @@ add_specs suite_builder setup:Cloud_Tests_Setup = suite_builder.group "Enso Clou Context.Output.with_disabled <| r = "ABC".write f r.should_fail_with Forbidden_Operation - r.catch.to_display_text . should_contain "Currently dry-run is not supported for Enso_File" + r.catch.to_display_text . should_contain "As writing is disabled, no action has been performed" # The file should not have been created f.exists . should_be_false