assert.equal(itemsGetUrl, templateCompiler('https://${host}/${contentTypePluralCamelName}?access_token=${accessToken}&limit=${limit}&offset=${offset}', {
        host: this.params[0].host,
        contentTypePluralCamelName: this.params[1].pluralCamelName(),
        accessToken: this.params[2].sourceToken,
        limit: this.params[0].itemsLimit,