mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 13:37:57 +08:00
Improve test and comment clarity based on code review feedback
Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
This commit is contained in:
@@ -198,7 +198,7 @@ func TestCertReloaderDirectly(t *testing.T) {
|
||||
So(cert, ShouldNotBeNil)
|
||||
})
|
||||
|
||||
Convey("GetCertificateFunc should handle cert file modification", func() {
|
||||
Convey("GetCertificateFunc should handle certificate and key file modification", func() {
|
||||
reloader, err := api.NewCertReloader(certPath, keyPath, log.NewTestLogger())
|
||||
So(err, ShouldBeNil)
|
||||
defer reloader.Close()
|
||||
|
||||
Reference in New Issue
Block a user