mirror of
https://github.com/google/nomulus.git
synced 2025-06-05 12:07:25 +02:00
Use params from epp_session.js
Use bundled params instead of passing individual arguments through epp_session.js. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136384801
This commit is contained in:
parent
5da24fd361
commit
ebeded4c74
3 changed files with 14 additions and 23 deletions
|
@ -40,9 +40,7 @@ registry.registrar.ConsoleTestUtil.setup = function(test) {
|
|||
/** @suppress {missingRequire} */
|
||||
test.mockControl
|
||||
.createConstructorMock(registry.registrar, 'EppSession')(
|
||||
goog.testing.mockmatchers.isObject,
|
||||
goog.testing.mockmatchers.isString,
|
||||
goog.testing.mockmatchers.isString)
|
||||
goog.testing.mockmatchers.isObject)
|
||||
.$returns(test.sessionMock);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue