Change the SoupURI properties to SoupAddress properties.
[platform/upstream/libsoup.git] / tests / proxy-test.c
index e4e9581..e512e86 100644 (file)
@@ -21,7 +21,7 @@ static SoupProxyTest tests[] = {
        { "GET -> 404", "/not-found", SOUP_STATUS_NOT_FOUND },
        { "GET -> 401 -> 200", "/Basic/realm1/", SOUP_STATUS_OK },
        { "GET -> 401 -> 401", "/Basic/realm2/", SOUP_STATUS_UNAUTHORIZED },
-       { "GET -> 403", "http://no-proxy.example.com/", SOUP_STATUS_FORBIDDEN },
+       { "GET -> 403", "http://www.example.com/", SOUP_STATUS_FORBIDDEN },
 };
 static int ntests = sizeof (tests) / sizeof (tests[0]);