mirror of
https://github.com/containers/podman.git
synced 2025-08-26 11:33:07 +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:
@ -45,7 +45,7 @@ var _ = Describe("podman system connection", func() {
|
||||
os.Unsetenv("CONTAINERS_CONF")
|
||||
}
|
||||
|
||||
f := CurrentGinkgoTestDescription()
|
||||
f := CurrentSpecReport()
|
||||
processTestResult(f)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user