Skip to content

Commit

Permalink
New numbers of visited pages
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kang committed Sep 2, 2019
1 parent 4099cbf commit d69884a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/test/functional/webui/spider_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_spider_anonymously
crawl
ActiveRecord::Base.clear_active_connections!

@pages_visited.keys.length.must_be :>, 490
@pages_visited.keys.length.must_be :>, 345
end

def test_spider_as_admin
Expand All @@ -142,6 +142,6 @@ def test_spider_as_admin
crawl
ActiveRecord::Base.clear_active_connections!

@pages_visited.keys.length.must_be :>, 900
@pages_visited.keys.length.must_be :>, 439
end
end

0 comments on commit d69884a

Please sign in to comment.