Working on surfacing credentials via REST.

This commit is contained in:
Michael DeHaan
2013-04-02 14:59:58 -04:00
parent 37cdd31b79
commit b20a29b458
7 changed files with 97 additions and 59 deletions

View File

@@ -285,7 +285,7 @@ class ProjectsTest(BaseTest):
new_credentials = dict(
name = 'credential',
project = Project.objects.all()[0].pk,
ssh_key_path = 'foo',
default_username = 'foo',
ssh_key_data = 'bar',
ssh_key_unlock = 'baz',
ssh_password = 'narf',