ginkgo v2: remove CurrentGinkgoTestDescription()

This function is deprecated and replaced with CurrentSpecReport().
Also fix inconsitent callers.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-04-12 18:42:22 +02:00
parent 666e314478
commit c564d9d7af
129 changed files with 138 additions and 145 deletions

View File

@ -45,7 +45,7 @@ var _ = Describe("podman system connection", func() {
os.Unsetenv("CONTAINERS_CONF")
}
f := CurrentGinkgoTestDescription()
f := CurrentSpecReport()
processTestResult(f)
})