Merge pull request #8945 from cli/wm/you-didnt-see-nothin
Close zip file in run view tests
This commit is contained in:
commit
a76230454a
1 changed files with 1 additions and 0 deletions
|
|
@ -1585,6 +1585,7 @@ func TestRunLog(t *testing.T) {
|
|||
|
||||
f, err := os.Open("./fixtures/run_log.zip")
|
||||
require.NoError(t, err)
|
||||
defer f.Close()
|
||||
|
||||
require.NoError(t, rlc.Create("key", f))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue