Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SocialGouv
archifiltre
archifiltre-statistics
Commits
402bfba2
Unverified
Commit
402bfba2
authored
Aug 04, 2021
by
mehdilouraoui
Committed by
GitHub
Aug 04, 2021
Browse files
fix(matomo): add new auth token (#95)
parent
237f0cbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/matomo/loaders/event-loader.test.ts
src/matomo/loaders/event-loader.test.ts
+1
-1
No files found.
src/matomo/loaders/event-loader.test.ts
View file @
402bfba2
...
...
@@ -15,7 +15,7 @@ describe("event-loader", () => {
expect
(
matomoQuery
).
toEqual
(
expectedValue
);
});
it
(
"
should return a
valid
matomo object
"
,
()
=>
{
it
(
"
should return a
correct
matomo object
"
,
()
=>
{
// given
const
apiParams
=
{
idSite
:
9
,
label
:
"
FileTreeDrop
"
};
const
apiResponse
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment