Skip to content

Commit

Permalink
[release/ilg/1.13.3] (#2564)
Browse files Browse the repository at this point in the history
* Revert auto eslint fixed issue

* Bump ILG
  • Loading branch information
graduta authored Aug 21, 2024
1 parent 29a9edd commit 8a650cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions InfoLogger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion InfoLogger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/infologger",
"version": "1.13.2",
"version": "1.13.3",
"description": "Infologger GUI to query and stream log events",
"author": "Vladimir Kosmala",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion InfoLogger/test/integration/ilg-query-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('InfoLogger - FLP CI Suite Tests ', function () {
const location = await page.evaluate(() => window.location);
assert.strictEqual(
location.search,
'?q = {% 22severity % 22: {% 22in% 22:% 22I % 20W % 20E % 20F % 22}}',
'?q={%22severity%22:{%22in%22:%22I%20W%20E%20F%22}}',
'Could not load home page of ILG GUI',
);
});
Expand Down

0 comments on commit 8a650cf

Please sign in to comment.