autotest: explicltly close filehandle with streamrate contents

Test sporadically failing on autotest server.
This commit is contained in:
Peter Barker 2022-09-03 10:03:23 +10:00 committed by Peter Barker
parent 1fcc7e6926
commit 045115de05
1 changed files with 1 additions and 0 deletions

View File

@ -7766,6 +7766,7 @@ class AutoTestCopter(AutoTest):
28 100
29 200
""")
f.close()
# other tests may have explicitly set rates, so wipe parameters:
def custom_stream_rate_setter():