Skip to content
Snippets Groups Projects
Commit bc987355 authored by juanf's avatar juanf
Browse files

SP-978 / BIS-559 : Use default project for experiment batch registration/update

SVN: 30030
parent d75b2fed
No related branches found
No related tags found
No related merge requests found
......@@ -790,6 +790,8 @@ public final class GenericClientServiceTest extends AbstractClientServiceTest
}
});
exactly(2).of(genericServer).getAuthSession(SESSION_TOKEN);
one(genericServer).updateExperiments(with(equal(SESSION_TOKEN)),
with(new IsAnything<UpdatedExperimentsWithType>()));
will(new CustomAction("check experiment")
......@@ -872,6 +874,8 @@ public final class GenericClientServiceTest extends AbstractClientServiceTest
}
});
exactly(2).of(genericServer).getAuthSession(SESSION_TOKEN);
one(genericServer).updateExperiments(with(equal(SESSION_TOKEN)),
with(new IsAnything<UpdatedExperimentsWithType>()));
will(new CustomAction("check experiment")
......
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