Skip to content
Snippets Groups Projects
Commit 19437008 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13251: Fix for failing tests

parent 551c2977
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -29,6 +29,8 @@ public class AfsClientTest ...@@ -29,6 +29,8 @@ public class AfsClientTest
afsClient = new AfsClient( afsClient = new AfsClient(
new URI("http", null, "localhost", HTTP_SERVER_PORT, new URI("http", null, "localhost", HTTP_SERVER_PORT,
HTTP_SERVER_PATH, null, null)); HTTP_SERVER_PATH, null, null));
afsClient.setTransactionManagerKey("TransactionManagerKey");
afsClient.setInteractiveSessionKey("InteractiveSessionKey");
} }
@After @After
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment