We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76068d3 commit cfb7960Copy full SHA for cfb7960
test/get_tests.cpp
@@ -15,13 +15,6 @@ using namespace cpr;
15
16
static HttpServer* server = new HttpServer();
17
18
-TEST(BasicTests, XXXTest) {
19
- Url url{"https://getsolara.dev/api/endpoint.json"};
20
- Response response = cpr::Get(url);
21
- EXPECT_EQ(200, response.status_code);
22
- EXPECT_EQ(ErrorCode::OK, response.error.code);
23
-}
24
-
25
TEST(BasicTests, HelloWorldTest) {
26
Url url{server->GetBaseUrl() + "/hello.html"};
27
Response response = cpr::Get(url);
0 commit comments