Skip to content

Commit

Permalink
RUBY-975 - Fix failing multiverse test related to change in RUM footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Goldstein committed Dec 13, 2012
1 parent 4f8c710 commit d8d4ab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_queued(header="HTTP_X_QUEUE_START")
end

def extract_queue_time_from_response
@response.body =~ /key\",,\".*\",(\d+.*),\d+,new Date/
@response.body =~ /key\","",\".*\",(\d+.*),\d+,new Date/
$1.to_i
end
end

0 comments on commit d8d4ab9

Please sign in to comment.