diff --git a/cscore/src/test/native/cpp/CameraSourceTest.cpp b/cscore/src/test/native/cpp/CameraSourceTest.cpp index 18787658d9..4c860bfc44 100644 --- a/cscore/src/test/native/cpp/CameraSourceTest.cpp +++ b/cscore/src/test/native/cpp/CameraSourceTest.cpp @@ -14,6 +14,7 @@ class CameraSourceTest : public ::testing::Test { TEST_F(CameraSourceTest, HTTPCamera) { auto source = HttpCamera("axis", "http://localhost:8000"); + cs::Shutdown(); } } // namespace cs