@@ -49,16 +49,16 @@ def test_add_origin(self):
4949 cache_query = "include all" )
5050
5151 args = ({
52- 'uniqueId' : "12345" ,
53- 'origin' : '10.10.10.1' ,
54- 'path' : '/example/videos' ,
52+ 'uniqueId' : "12345" ,
53+ 'origin' : '10.10.10.1' ,
54+ 'path' : '/example/videos' ,
5555 'originType' : 'HOST_SERVER' ,
5656 'header' : 'test.example.com' ,
5757 'httpPort' : 80 ,
5858 'protocol' : 'HTTP' ,
5959 'performanceConfiguration' : 'General web delivery' ,
6060 'cacheKeyQueryRule' : "include all"
61- },)
61+ },)
6262 self .assert_called_with ('SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path' ,
6363 'createOriginPath' ,
6464 args = args )
@@ -69,9 +69,9 @@ def test_add_origin_with_bucket_and_file_extension(self):
6969 protocol = 'http' , optimize_for = "web" , cache_query = "include all" )
7070
7171 args = ({
72- 'uniqueId' : "12345" ,
73- 'origin' : '10.10.10.1' ,
74- 'path' : '/example/videos' ,
72+ 'uniqueId' : "12345" ,
73+ 'origin' : '10.10.10.1' ,
74+ 'path' : '/example/videos' ,
7575 'originType' : 'OBJECT_STORAGE' ,
7676 'header' : 'test.example.com' ,
7777 'httpPort' : 80 ,
@@ -80,7 +80,7 @@ def test_add_origin_with_bucket_and_file_extension(self):
8080 'fileExtension' : 'jpg' ,
8181 'performanceConfiguration' : 'General web delivery' ,
8282 'cacheKeyQueryRule' : "include all"
83- },)
83+ },)
8484 self .assert_called_with ('SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path' ,
8585 'createOriginPath' ,
8686 args = args )
0 commit comments