]> source.dussan.org Git - gitea.git/commit
Add integration tests for private.NoServCommand and private.ServCommand (#17456)
authorzeripath <art27@cantab.net>
Thu, 28 Oct 2021 00:32:59 +0000 (01:32 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 00:32:59 +0000 (08:32 +0800)
commit4f00de14580da2b76b9c66e7ab599cbdfea0a23b
tree68c62b7c7dce69732ee3fce35694204e1730c5ab
parent01fc24c78c6108540a3267b41ac113fd8bde23e1
Add integration tests for private.NoServCommand and private.ServCommand (#17456)

modules/private/serv.go has two major functions that are missing testcases to ensure
that Deploy and normal SSH keys work correctly.

This PR adds some basic integration tests for these.

Signed-off-by: Andrew Thornton <art27@cantab.net>
integrations/api_private_serv_test.go [new file with mode: 0644]