diff --git a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-10571 b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-10571 index fe95ac8dc..c25d06b34 100644 --- a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-10571 +++ b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-10571 @@ -61,7 +61,6 @@ server { server { listen 80; server_name random1413.example.org www.random1413.example.org; - server_name random28524.example.org www.random28524.example.org; server_name random25266.example.org www.random25266.example.org; server_name random26791.example.org www.random26791.example.org; diff --git a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-19791 b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-19791 index 6e3112ad8..8247e8ae2 100644 --- a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-19791 +++ b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-19791 @@ -29,6 +29,5 @@ server { server { server_name www.random1413.example.org; - server_name random28524.example.org www.random28524.example.org; rewrite ^ http://random1413.example.org$request_uri permanent; }