Skip to content

Commit

Permalink
Fix last_seen in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Aug 5, 2021
1 parent e00a7c9 commit 63275d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
expectSnapshot(firstItem).toMatchInline(`
Object {
"group_id": "d16d39e7fa133b8943cea035430a7b4e",
"last_seen": 1627975146078,
"lastSeen": 1627975146078,
"name": "Response status 404",
"occurrences": 17,
}
Expand Down

0 comments on commit 63275d4

Please sign in to comment.