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

@ -27,7 +27,7 @@ var _ = Describe("Podman commit", func() {
AfterEach(func() {
podmanTest.Cleanup()
f := CurrentGinkgoTestDescription()
f := CurrentSpecReport()
processTestResult(f)
})