diff options
Diffstat (limited to 'test/api/render_missing.cpp')
-rw-r--r-- | test/api/render_missing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/render_missing.cpp b/test/api/render_missing.cpp index c0447d189e..c1cc3fac35 100644 --- a/test/api/render_missing.cpp +++ b/test/api/render_missing.cpp @@ -58,7 +58,7 @@ TEST(API, TEST_REQUIRES_SERVER(RenderMissingTile)) { auto flo = dynamic_cast<FixtureLogObserver*>(observer.get()); EXPECT_EQ(1, flo->count(FixtureLog::Message( EventSeverity::Error, Event::Style, -1, - std::string("Failed to load tile 0/0/0 for source mapbox: " + message)))); + std::string("Failed to load tile 0/0/0=>0 for source mapbox: " + message)))); auto unchecked = flo->unchecked(); EXPECT_TRUE(unchecked.empty()) << unchecked; } |