File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ def get_funder_information(funder_name):
107
107
== funder_name
108
108
):
109
109
110
- award_title = funder ['attributes' ]['resourceMetadata' ]['rdf:type' ][ 0 ][
111
- '@id'
112
- ]
110
+ award_title = funder ['attributes' ]['resourceMetadata' ]['resourceType' ][
111
+ 0
112
+ ][ '@id' ]
113
113
award_uri = funder ['attributes' ]['resourceIdentifier' ][0 ]
114
114
award_number = funder ['id' ]
115
115
@@ -600,7 +600,7 @@ def test_edit_support_funding_information(
600
600
)
601
601
).click ()
602
602
registration_guid = osf_api .get_registration_by_title (
603
- 'Selenium%20Registration%20for%20Metadata%20tests '
603
+ 'Selenium Registration for Metadata tests '
604
604
)
605
605
funder_info = osf_api .get_funder_data_registration (registration_guid )
606
606
if funder_info is not None :
You can’t perform that action at this time.
0 commit comments