Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 874e29e

Browse files
committed
minor: update annotations
1 parent e00e4b3 commit 874e29e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dynamic/test_discovery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ def test_cache_decoder_resource_and_subresource(self):
4646

4747
# do Discoverer.__init__
4848
client = DynamicClient(api_client.ApiClient(configuration=self.config))
49-
# the resources of client will use _cache in memory
49+
# the resources of client will use _cache['resources'] in memory
5050
deploy1 = client.resources.get(kind='Deployment')
5151

5252
# do Discoverer.__init__
5353
client = DynamicClient(api_client.ApiClient(configuration=self.config))
54-
# the resources of client will use _cache decode from cache file
54+
# the resources of client will use _cache['resources'] decode from cache file
5555
deploy2 = client.resources.get(kind='Deployment')
5656

5757
# test Resource is the same

0 commit comments

Comments
 (0)