Skip to content

Commit cd5f03c

Browse files
committed
updated the case in test cases
1 parent 428677f commit cd5f03c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/unitary/default_setup/model/test_datascience_model.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@
7474
{"key": "Hyperparameters"},
7575
{"key": "ArtifactTestResults"},
7676
],
77-
"backupSetting": {
78-
"isBackupEnabled": True,
79-
"backupRegion": "us-phoenix-1",
80-
"customerNotificationType": "ALL"
77+
"backup_setting": {
78+
"is_backup_enabled": True,
79+
"backup_region": "us-phoenix-1",
80+
"customer_notification_type": "ALL"
8181
},
82-
"retentionSetting": {
83-
"archiveAfterDays": 30,
84-
"deleteAfterDays": 90,
85-
"customerNotificationType": "ALL"
82+
"retention_setting": {
83+
"archive_after_days": 30,
84+
"delete_after_days": 90,
85+
"customer_notification_type": "ALL"
8686
},
8787
"input_schema": '{"schema": [{"dtype": "int64", "feature_type": "Integer", "name": 0, "domain": {"values": "", "stats": {}, "constraints": []}, "required": true, "description": "0", "order": 0}], "version": "1.1"}',
8888
"output_schema": '{"schema": [{"dtype": "int64", "feature_type": "Integer", "name": 0, "domain": {"values": "", "stats": {}, "constraints": []}, "required": true, "description": "0", "order": 0}], "version": "1.1"}',

0 commit comments

Comments
 (0)