mirror of
https://github.com/ohwgiles/laminar.git
synced 2026-03-02 03:40:21 +00:00
resolves #36: queue/start/run
This commit is contained in:
@@ -98,8 +98,8 @@ protected:
|
||||
Server* server;
|
||||
};
|
||||
|
||||
TEST_F(ServerTest, RpcTrigger) {
|
||||
auto req = client().triggerRequest();
|
||||
TEST_F(ServerTest, RpcQueue) {
|
||||
auto req = client().queueRequest();
|
||||
req.setJobName("foo");
|
||||
EXPECT_CALL(mockLaminar, queueJob("foo", ParamMap())).Times(testing::Exactly(1));
|
||||
req.send().wait(ws());
|
||||
|
||||
Reference in New Issue
Block a user