fix: fix subscriptions api
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user