test/test_helper.rb in authpds-0.0.7 vs test/test_helper.rb in authpds-0.0.8

- old
+ new

@@ -39,10 +39,10 @@ # Load support files require File.dirname(__FILE__) + '/../lib/authpds' unless defined?(Authpds) Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } class ActiveSupport::TestCase - VALID_PDS_HANDLE_FOR_NYU = '232012135435113217012644778009' + VALID_PDS_HANDLE_FOR_NYU = '5320129121113834981331135143' VALID_PDS_HANDLE_FOR_NEWSCHOOL = '272201212284614806184193096120278' VALID_PDS_HANDLE_FOR_COOPER = '272201212284614806184193096120278' INVALID_PDS_HANDLE = "Invalid" SESSION_ID = "qwertyuiopasdfghjkllzxcvbnm1234567890" include ActiveRecord::TestFixtures