diff --git a/tests/src/test_resource_utils.cpp b/tests/src/test_resource_utils.cpp
index 5f201d802029ecc2a78120f8d387f872300fe2e5..83cde13be3c76e6f861b21e023f6c72fe38d1161 100644
--- a/tests/src/test_resource_utils.cpp
+++ b/tests/src/test_resource_utils.cpp
@@ -66,7 +66,6 @@ SCENARIO("Resource utils can declarare a file resource.",
   }
   GIVEN("A file name and a search path") {
     std::string file_name{"textures/splash_progress.png"};
-    phx::ResourceUtils::AddResourceSearchPath(phx::resources_root);
 
     THEN(
         "we get a declaration with a valid file name that has been pre-pended "
@@ -95,7 +94,6 @@ SCENARIO("Resource utils can load a file resource.",
          "[phx][phx::ResourceUtils]") {
   GIVEN("A file name") {
     std::string file_name{"textures/splash_progress.png"};
-    phx::ResourceUtils::AddResourceSearchPath(phx::resources_root);
 
     THEN("It can load it") {
       phx::ResourcePointer<phx::Image> image =