test/checkr/eviction_search_test.rb in checkr-official-1.5.2 vs test/checkr/eviction_search_test.rb in checkr-official-1.5.3

- old
+ new

@@ -1,10 +1,10 @@ require File.expand_path('../../test_helper', __FILE__) module Checkr class EvictionSearchTest < Test::Unit::TestCase setup do - @eviction_search_url = "#{Checkr.api_base}/v1/evictions" + @eviction_search_url = "#{Checkr.api_base}/v1/eviction_searches" end context 'EvictionSearch class' do should 'be retrieveable' do id = "eviction_search_id"