19686: Fix test scaffolding after API changes
authorBrett Smith <brett.smith@curii.com>
Wed, 7 Dec 2022 20:21:43 +0000 (15:21 -0500)
committerBrett Smith <brett.smith@curii.com>
Thu, 8 Dec 2022 16:05:48 +0000 (11:05 -0500)
commit3082625157ad8abf2de8b6797d41dccb1a1816ff
tree7e7718db0daa2abeaa552bc41f2544cffbd9f430
parent5c79b60beb2f9bbfa1234ace95979343e40c13d1
19686: Fix test scaffolding after API changes

Without clearing arv-put's API client this way, multiple calls to main()
reuse the same, pre-patch Keep object from ThreadSafeApiCache, so calls
don't get recorded as intended.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/python/tests/test_arv_put.py