diff options
Diffstat (limited to 'application/tests')
-rw-r--r-- | application/tests/test_api_v1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/tests/test_api_v1.php b/application/tests/test_api_v1.php index bba0f9180..e179abc69 100644 --- a/application/tests/test_api_v1.php +++ b/application/tests/test_api_v1.php @@ -212,7 +212,7 @@ class test_api_v1 extends Test { $this->t->is_deeply(array( 'status' => 'error', 'error_id' => 'file/no-file', - 'message' => 'No file was uploaded or unknown error occured.', + 'message' => 'No file was uploaded or unknown error occurred.', ), $ret, "expected reply"); } |