Skip to content

Commit

Permalink
Merge pull request #4343 from pulibrary/1972-bibdata
Browse files Browse the repository at this point in the history
Clean specs from campus_authorized and campus_authorized_category
  • Loading branch information
christinach committed Sep 16, 2024
2 parents 1615a37 + 858918e commit b8c70c9
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"purge_date": "2016-10-31T23:00:03.000-05:00",
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": false
"active_email": "a@b.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"purge_date": "2016-10-31T23:00:03.000-05:00",
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": false
"active_email": "a@b.com"
}
2 changes: 0 additions & 2 deletions spec/fixtures/bibdata/bibdata_patron_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": true,
"campus_authorized_category": "full",
"ldap": {
"netid": "jstudent",
"department": "First ",
Expand Down
3 changes: 1 addition & 2 deletions spec/fixtures/bibdata/bibdata_patron_response_barcode.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"purge_date": "2016-10-31T23:00:03.000-05:00",
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": false
"active_email": "a@b.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": false,
"campus_authorized_category": "none",
"ldap": {
"netid": "jstudent",
"department": "First ",
Expand Down
2 changes: 0 additions & 2 deletions spec/fixtures/bibdata/bibdata_patron_response_no_campus.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": false,
"campus_authorized_category": "none",
"ldap": {
"netid": "jstudent",
"department": "First ",
Expand Down
3 changes: 1 addition & 2 deletions spec/fixtures/bibdata_patron_no_barcode_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"purge_date": "2016-10-31T23:00:03.000-05:00",
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": false
"active_email": "a@b.com"
}
2 changes: 0 additions & 2 deletions spec/fixtures/bibdata_patron_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": true,
"campus_authorized_category": "full",
"ldap": {
"netid": "jstudent",
"department": "First ",
Expand Down
3 changes: 1 addition & 2 deletions spec/fixtures/bibdata_patron_response_barcode.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"purge_date": "2016-10-31T23:00:03.000-05:00",
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": false
"active_email": "a@b.com"
}
2 changes: 0 additions & 2 deletions spec/fixtures/bibdata_patron_response_graduate_no_campus.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": false,
"campus_authorized_category": "none",
"ldap": {
"netid": "jstudent",
"department": "First ",
Expand Down
2 changes: 0 additions & 2 deletions spec/fixtures/bibdata_patron_response_no_campus.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"expire_date": "2022-10-31T23:00:03.000-05:00",
"patron_id": 77777,
"active_email": "a@b.com",
"campus_authorized": false,
"campus_authorized_category": "none",
"ldap": {
"netid": "jstudent",
"department": "First ",
Expand Down

0 comments on commit b8c70c9

Please sign in to comment.