You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
constexpectedInvocation=`cd ${ringPath} && fab set --subcomponent "chart" serviceName="${k8sSvcBackendAndName}"`;
379
+
380
+
expect(exec).toBeCalled();
381
+
expect(exec).toBeCalledWith(expectedInvocation);
382
+
});
383
+
384
+
it("should invoke the correct command and calculate the k8s service name from the bedrock service name if there is no k8sbackend configured.",async()=>{
0 commit comments