fix test lint issues

This commit is contained in:
Ruben Fiszel
2024-05-02 10:54:51 +02:00
parent eb8e80a146
commit 4015192a29
+2 -2
View File
@@ -110,9 +110,9 @@ lazy_static::lazy_static! {
}
#[cfg(feature = "enterprise")]
#[cfg(feature = "cloud")]
const MAX_FREE_EXECS: i32 = 1000;
#[cfg(feature = "enterprise")]
#[cfg(feature = "cloud")]
const MAX_FREE_CONCURRENT_RUNS: i32 = 30;
const ERROR_HANDLER_USERNAME: &str = "error_handler";