Skip to content

Commit 8caa10c

Browse files
committed
Fixed unit tests.
1 parent 28d07fb commit 8caa10c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/unitary/default_setup/jobs/test_jobs_base.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ class DataScienceJobPayloadTest(unittest.TestCase):
4343
"jobConfigurationDetails": {"jobType": "DEFAULT", "environmentVariables": {}},
4444
"jobInfrastructureConfigurationDetails": {
4545
"jobInfrastructureType": "ME_STANDALONE",
46-
"blockStorageSizeInGBs": 800,
47-
"shapeName": "VM.Standard.E4.Flex",
48-
"jobShapeConfigDetails": {
49-
"memoryInGBs": 128.0,
50-
"ocpus": 8.0
51-
}
46+
"blockStorageSizeInGBs": 50
5247
},
5348
}
5449

0 commit comments

Comments
 (0)