Browse Source

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.
Gibheer 10 years ago
parent
commit
9eef2e706c
1 changed files with 12 additions and 8 deletions
  1. 12 8
      models/ssh_key_test.go

File diff suppressed because it is too large
+ 12 - 8
models/ssh_key_test.go