Allow to decide whether test contacts should have alias

This commit is contained in:
Torsten Grote
2021-03-19 14:24:19 -03:00
parent 372516646d
commit 4ca286b28e
4 changed files with 11 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ class ContactControllerIntegrationTest: IntegrationTest() {
// add one test contact
val testContactName= "testContactName"
testDataCreator.addContact(testContactName, false)
testDataCreator.addContact(testContactName, true, false)
// retrieve list with one test contact
response = get("$url/contacts")