summaryrefslogtreecommitdiff
path: root/test/error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/error.rb')
-rw-r--r--test/error.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/error.rb b/test/error.rb
index af5db52..d736620 100644
--- a/test/error.rb
+++ b/test/error.rb
@@ -6,7 +6,7 @@ class ErrorTest < Test::Unit::TestCase
def test_bad_request
object = OpenTox::Feature.new "http://this-is-a/fantasy/url"
- assert_raise OpenTox::BadRequestError do
+ assert_raise OpenTox::NotFoundError do
response = object.get
end
end