@@ -1018,7 +1018,7 @@ testUpdateConnectionUserId :: HasCallStack => IO ()
10181018testUpdateConnectionUserId =
10191019 withAgentClients2 $ \ alice bob -> runRight_ $ do
10201020 (connId, qInfo) <- createConnection alice 1 True SCMInvitation Nothing SMSubscribe
1021- newUserId <- createUser alice [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
1021+ newUserId <- createUser alice False [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
10221022 _ <- changeConnectionUser alice 1 connId newUserId
10231023 aliceId <- A. prepareConnectionToJoin bob 1 True qInfo PQSupportOn
10241024 sqSecured' <- A. joinConnection bob NRMInteractive 1 aliceId True qInfo " bob's connInfo" PQSupportOn SMSubscribe
@@ -3001,7 +3001,7 @@ testUsers =
30013001 withAgentClients2 $ \ a b -> runRight_ $ do
30023002 (aId, bId) <- makeConnection a b
30033003 exchangeGreetings a bId b aId
3004- auId <- createUser a [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
3004+ auId <- createUser a False [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
30053005 (aId', bId') <- makeConnectionForUsers a auId b 1
30063006 exchangeGreetings a bId' b aId'
30073007 deleteUser a auId True
@@ -3016,7 +3016,7 @@ testDeleteUserQuietly =
30163016 withAgentClients2 $ \ a b -> runRight_ $ do
30173017 (aId, bId) <- makeConnection a b
30183018 exchangeGreetings a bId b aId
3019- auId <- createUser a [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
3019+ auId <- createUser a False [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
30203020 (aId', bId') <- makeConnectionForUsers a auId b 1
30213021 exchangeGreetings a bId' b aId'
30223022 deleteUser a auId False
@@ -3028,7 +3028,7 @@ testUsersNoServer ps = withAgentClientsCfg2 aCfg agentCfg $ \a b -> do
30283028 (aId, bId, auId, _aId', bId') <- withSmpServerStoreLogOn ps testPort $ \ _ -> runRight $ do
30293029 (aId, bId) <- makeConnection a b
30303030 exchangeGreetings a bId b aId
3031- auId <- createUser a [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
3031+ auId <- createUser a False [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
30323032 (aId', bId') <- makeConnectionForUsers a auId b 1
30333033 exchangeGreetings a bId' b aId'
30343034 pure (aId, bId, auId, aId', bId')
@@ -3628,7 +3628,7 @@ testTwoUsers = withAgentClients2 $ \a b -> do
36283628 (" " , " " , UP _ _) <- nGet a
36293629 a `hasClients` 1
36303630
3631- aUserId2 <- createUser a [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
3631+ aUserId2 <- createUser a False [noAuthSrvCfg testSMPServer] [noAuthSrvCfg testXFTPServer]
36323632 (aId2, bId2) <- makeConnectionForUsers a aUserId2 b 1
36333633 exchangeGreetings a bId2 b aId2
36343634 (aId2', bId2') <- makeConnectionForUsers a aUserId2 b 1
0 commit comments