File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2549,6 +2549,9 @@ mod test {
2549
2549
#[ test]
2550
2550
fn download_semver ( ) {
2551
2551
wrapper ( |env| {
2552
+ env. override_config ( |config| {
2553
+ config. s3_static_root_path = "https://static.docs.rs" . into ( )
2554
+ } ) ;
2552
2555
env. fake_release ( )
2553
2556
. name ( "dummy" )
2554
2557
. version ( "0.1.0" )
@@ -2572,6 +2575,9 @@ mod test {
2572
2575
#[ test]
2573
2576
fn download_specific_version ( ) {
2574
2577
wrapper ( |env| {
2578
+ env. override_config ( |config| {
2579
+ config. s3_static_root_path = "https://static.docs.rs" . into ( )
2580
+ } ) ;
2575
2581
env. fake_release ( )
2576
2582
. name ( "dummy" )
2577
2583
. version ( "0.1.0" )
@@ -2599,6 +2605,9 @@ mod test {
2599
2605
#[ test]
2600
2606
fn download_latest_version ( ) {
2601
2607
wrapper ( |env| {
2608
+ env. override_config ( |config| {
2609
+ config. s3_static_root_path = "https://static.docs.rs" . into ( )
2610
+ } ) ;
2602
2611
env. fake_release ( )
2603
2612
. name ( "dummy" )
2604
2613
. version ( "0.1.0" )
You can’t perform that action at this time.
0 commit comments