mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
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:
@ -36,7 +36,7 @@ var _ = Describe("Podman unshare", func() {
|
||||
|
||||
AfterEach(func() {
|
||||
podmanTest.Cleanup()
|
||||
f := CurrentGinkgoTestDescription()
|
||||
f := CurrentSpecReport()
|
||||
processTestResult(f)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user