Beispiel #1
0
        public async Task TestGetHttpRequest()
        {
            string url = "https://bpdts-test-app.herokuapp.com/city/Sydney/users";

            string response = "";

            response = await HttpRequests.GetHttpRequest(url);

            Assert.AreNotEqual(response, "");
        }