Skip to content

Commit

Permalink
use different urls to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Jun 7, 2024
1 parent bc2991c commit 4e99566
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
61 changes: 31 additions & 30 deletions test/datatype_not_found_dca_config.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
{
"dcc": {
"name":"Data Type Not Found Test",
"synapse_asset_view":"syn60530598",
"data_model_url":"https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/dev/test/datatype_not_found_dca_template_config.json",
"template_menu_config_file":"",
"logo_location":"dcc/demo/Logo_Sage_Logomark.png",
"logo_link":"https://synapse.org",
"dcc_help_link": "",
"portal_help_link": ""
"dcc": {
"name": "TESTTT",
"synapse_asset_view": "syn60530598",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org",
"dcc_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
"primary_col": "#2a668d",
"secondary_col": "#184e71",
"sidebar_col": "#191919"
},
"schematic": {
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"dca": {
"use_compliance_dashboard":false,
"primary_col":"#2a668d",
"secondary_col":"#184e71",
"sidebar_col":"#191919"
"model_validate": {
"restrict_rules": false
},
"schematic": {
"manifest_generate": {
"output_format":"google_sheet",
"use_annotations":false
},
"model_validate": {
"restrict_rules":false
},
"model_submit": {
"use_schema_labels":true,
"table_manipulation":"replace",
"manifest_record_type":"table_and_file",
"hide_blanks":false
}
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": false,
"file_annotations_upload":true
}
}

}

2 changes: 1 addition & 1 deletion test/datatype_not_found_dca_template_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_schemas": [
{
"display_name": "Biospecimen",
"schema_name": "Biospecimen_typo",
"schema_name": "Biospecimen",
"type": "record"
},
{
Expand Down

0 comments on commit 4e99566

Please sign in to comment.