Skip to content

Commit cfb7960

Browse files
committed
Removed placeholder test
1 parent 76068d3 commit cfb7960

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/get_tests.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ using namespace cpr;
1515

1616
static HttpServer* server = new HttpServer();
1717

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-
2518
TEST(BasicTests, HelloWorldTest) {
2619
Url url{server->GetBaseUrl() + "/hello.html"};
2720
Response response = cpr::Get(url);

0 commit comments

Comments
 (0)