mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
add rison filter to the url test
This commit is contained in:
parent
fa1c77fa5b
commit
f697e16739
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ define(function (require) {
|
|||
}
|
||||
};
|
||||
|
||||
module('kibana/url', function ($provide) {
|
||||
module('kibana/url', 'kibana', function ($provide) {
|
||||
$provide.service('$route', function () {
|
||||
return {};
|
||||
});
|
||||
|
@ -149,7 +149,7 @@ define(function (require) {
|
|||
var wrappers = [ ['{', '}'], ['{ ', ' }'], ['{', ' }'], ['{ ', '}'], ['{ ', ' }']];
|
||||
// make sure filters are evaluated via angular expressions
|
||||
var objIndex = 4; // used to case one replace as an object
|
||||
var filters = ['', 'uppercase', '', 'uppercase', 'uppercase'];
|
||||
var filters = ['', 'uppercase', '', 'uppercase', 'rison'];
|
||||
|
||||
// the words (template keys) used must all be unique
|
||||
var words = _.uniq(faker.Lorem.words(10)).slice(0, urlParts.length).map(function (word, i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue