From 5af6aa0659c833081eb16fe5c743f3080fe54be9 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 12 Jul 2024 10:03:24 +0200 Subject: test_auth_config: Fix wrong deps --- test/utils/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/utils/TARGETS b/test/utils/TARGETS index 266c4046..f528a5aa 100644 --- a/test/utils/TARGETS +++ b/test/utils/TARGETS @@ -98,7 +98,7 @@ , "name": ["test_auth_config"] , "hdrs": ["remote_execution/test_auth_config.hpp"] , "deps": - [ ["@", "src", "src/buildtool/serve_api/remote", "config"] + [ ["@", "src", "src/buildtool/auth", "auth"] , ["@", "src", "src/buildtool/logging", "log_level"] , ["@", "src", "src/buildtool/logging", "logging"] , "test_env" -- cgit v1.2.3