mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Allow to decide whether test contacts should have alias
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user