]> source.dussan.org Git - gitea.git/commit
fix ssh public key tests
authorGibheer <gibheer+git@zero-knowledge.org>
Wed, 17 Feb 2016 08:33:41 +0000 (09:33 +0100)
committerGibheer <gibheer+git@zero-knowledge.org>
Wed, 17 Feb 2016 08:33:41 +0000 (09:33 +0100)
commit9eef2e706cbe26896e3d3d8ca6e65094392dc101
tree50777cd570b1d62f0f25a4186ee39863b1be4ba0
parent12403bdfb098d8118df734275c302c8c5de20ee4
fix ssh public key tests

The old API was using []byte, but was changed to string without running
the tests again.
It also sets the variables from the configuration to make them work.
Maybe there is a better way to do this.
models/ssh_key_test.go