Add archive to scm_type expected test results

Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
This commit is contained in:
Philip Douglass 2019-07-30 13:52:08 -04:00
parent d224aa09f0
commit 2f3f6e60d1

View File

@ -12,7 +12,8 @@ def test_empty():
'git': 0,
'svn': 0,
'hg': 0,
'insights': 0
'insights': 0,
'archive': 0,
}
@ -24,7 +25,8 @@ def test_multiple(scm_type):
'git': 0,
'svn': 0,
'hg': 0,
'insights': 0
'insights': 0,
'archive': 0,
}
for i in range(random.randint(0, 10)):
Project(scm_type=scm_type).save()