forked from mirrors/kingfisher
updated posthog rule
This commit is contained in:
parent
fc2fa58748
commit
c59b7794ca
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ rules:
|
|||
body: |
|
||||
{"token": "{{ TOKEN }}", "distinct_id": "validation_check"}
|
||||
response_matcher:
|
||||
- type: WordMatch
|
||||
words:
|
||||
- '"isAuthenticated":false'
|
||||
negative: true
|
||||
- type: StatusMatch
|
||||
status: [200]
|
||||
- name: PostHog Personal API Key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue