Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/worker
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit_tests/worker')
-rw-r--r--test/unit_tests/worker/worker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit_tests/worker/worker.cpp b/test/unit_tests/worker/worker.cpp
index 093bba8..c4dadf8 100644
--- a/test/unit_tests/worker/worker.cpp
+++ b/test/unit_tests/worker/worker.cpp
@@ -112,7 +112,7 @@ int loop() {
} // namespace
int main() {
- int ec = loop();
+ auto ec = loop();
std::this_thread::sleep_for(std::chrono::milliseconds{1000});
return ec;
}