add renew license key for tests

This commit is contained in:
Ruben Fiszel
2024-05-30 08:19:42 +02:00
parent 8d9b709674
commit 554bdd4685
+6
View File
@@ -30,3 +30,9 @@ pub async fn trigger_critical_error_channels(_error_message: String) {}
pub async fn schedule_key_renewal(_http_client: &reqwest::Client, _db: &crate::db::DB) -> () {
// Implementation is not open source
}
#[cfg(feature = "enterprise")]
pub async fn renew_license_key(_http_client: &reqwest::Client, _db: &crate::db::DB) -> String {
// Implementation is not open source
"".to_string()
}