Commit ea00656 1 parent cde54cc commit ea00656 Copy full SHA for ea00656
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def test_cacheBust_no_params():
86
86
assert input_uri == sections [0 ]
87
87
88
88
hash = sections [1 ].split ("=" )[1 ]
89
- assert len (hash ) == 40
89
+ assert len (hash ) == 32
90
90
91
91
92
92
def test_cacheBust_params ():
@@ -99,7 +99,7 @@ def test_cacheBust_params():
99
99
assert params [0 ] == "fakeParam=myFakeParam"
100
100
101
101
hash = params [1 ].split ("=" )[1 ]
102
- assert len (hash ) == 40
102
+ assert len (hash ) == 32
103
103
104
104
105
105
def test_append_uri_param ():
@@ -120,7 +120,7 @@ def test_append_uri_param():
120
120
def test_hash_file ():
121
121
result = hash_file ("static/javascripts/MapController.js" )
122
122
print (result )
123
- assert len (result ) == 40
123
+ assert len (result ) == 32
124
124
125
125
126
126
def test_make_url_param_str_all_arguements ():
You can’t perform that action at this time.
0 commit comments