summaryrefslogtreecommitdiff
path: root/test/storage/http_load.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/storage/http_load.cpp')
-rw-r--r--test/storage/http_load.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/http_load.cpp b/test/storage/http_load.cpp
index a518ec4be6..4feb790cbc 100644
--- a/test/storage/http_load.cpp
+++ b/test/storage/http_load.cpp
@@ -16,7 +16,7 @@ TEST_F(Storage, TEST_REQUIRES_SERVER(HTTPLoad)) {
const int max = 10000;
int number = 1;
- std::unique_ptr<FileRequest> reqs[concurrency];
+ std::unique_ptr<AsyncRequest> reqs[concurrency];
std::function<void(int)> req = [&](int i) {
const auto current = number++;