aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_script.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_script.py')
-rw-r--r--test/test_script.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_script.py b/test/test_script.py
index 39aa12e9..025e9f37 100644
--- a/test/test_script.py
+++ b/test/test_script.py
@@ -40,7 +40,7 @@ class TestScript:
fm = flow.FlowMaster(None, s)
tutils.raises(
- "no such file",
+ "not found",
script.Script, "nonexistent", fm
)