fix: fix subscriptions api

This commit is contained in:
2025-05-10 02:31:58 +08:00
parent d2aab7369d
commit 8144986a48
42 changed files with 815 additions and 329 deletions

View File

@@ -78,7 +78,7 @@ pub enum RecorderError {
},
#[snafu(transparent)]
HttpClientError { source: HttpClientError },
#[cfg(all(any(test, feature = "playground"), feature = "testcontainers"))]
#[cfg(feature = "testcontainers")]
#[snafu(transparent)]
TestcontainersError {
source: testcontainers::TestcontainersError,