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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/api/render_missing.cpp b/test/api/render_missing.cpp
index 135c1ecae5..024ebd3729 100644
--- a/test/api/render_missing.cpp
+++ b/test/api/render_missing.cpp
@@ -40,6 +40,7 @@ TEST(API, TEST_REQUIRES_SERVER(RenderMissingTile)) {
std::string message;
// This host does not respond (== connection error).
+ // Are you seeing this test fail? Make sure you don't have a server running on port 3001!
map.setStyleJSON(style);
map.renderStill([&](std::exception_ptr err, PremultipliedImage&&) {
ASSERT_TRUE(err.operator bool());