mirror of
https://github.com/containers/podman.git
synced 2025-06-05 14:06:01 +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:
@ -27,7 +27,7 @@ var _ = Describe("Podman commit", func() {
|
||||
|
||||
AfterEach(func() {
|
||||
podmanTest.Cleanup()
|
||||
f := CurrentGinkgoTestDescription()
|
||||
f := CurrentSpecReport()
|
||||
processTestResult(f)
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user