summaryrefslogtreecommitdiff
path: root/test/api/render_missing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/render_missing.cpp')
-rw-r--r--test/api/render_missing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/render_missing.cpp b/test/api/render_missing.cpp
index c1cc3fac35..e0fb8e4c55 100644
--- a/test/api/render_missing.cpp
+++ b/test/api/render_missing.cpp
@@ -40,7 +40,7 @@ TEST(API, TEST_REQUIRES_SERVER(RenderMissingTile)) {
std::string message;
// This host does not respond (== connection error).
- map.setStyleJSON(style, "");
+ map.setStyleJSON(style);
map.renderStill([&](std::exception_ptr err, PremultipliedImage&&) {
ASSERT_TRUE(err.operator bool());
try {