fix protocol in NTF server error

This commit is contained in:
Evgeny Poberezkin
2024-02-17 15:32:44 +00:00
parent 51be2fea20
commit caeeb2df9c

View File

@@ -957,7 +957,7 @@ runNTFServerTest c userId (ProtoServerWithAuth srv _) = do
where
addr = B.unpack $ strEncode srv
testErr :: ProtocolTestStep -> SMPClientError -> ProtocolTestFailure
testErr step = ProtocolTestFailure step . protocolClientError SMP addr
testErr step = ProtocolTestFailure step . protocolClientError NTF addr
getXFTPWorkPath :: AgentMonad m => m FilePath
getXFTPWorkPath = do