We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ElasticsearchContainer
1 parent e3fcead commit 3bd7ae9Copy full SHA for 3bd7ae9
testcontainers/elasticsearch.py
@@ -52,5 +52,7 @@ def start(self):
52
return self
53
54
55
-ElasticsearchContainer = deprecated(details='Use `ElasticSearchContainer` with a capital S instead '
56
- 'of `ElasticsearchContainer`.')(ElasticSearchContainer)
+@deprecated(details='Use `ElasticSearchContainer` with a capital S instead '
+ 'of `ElasticsearchContainer`.')
57
+class ElasticsearchContainer(ElasticSearchContainer):
58
+ pass
0 commit comments