mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 06:07:24 -04:00
add basic test
This commit is contained in:
@@ -144,6 +144,34 @@ collection:
|
||||
send: true
|
||||
store: true
|
||||
rebuildPath: true
|
||||
- url: http://127.0.0.1:4010/echo
|
||||
name: External Vault Tag
|
||||
meta:
|
||||
id: req_05ce27906a824071ad138cb6d99249d0
|
||||
created: 1748335221312
|
||||
modified: 1748336216272
|
||||
isPrivate: false
|
||||
sortKey: -1748335221312
|
||||
method: GET
|
||||
body:
|
||||
mimeType: text/plain
|
||||
text: |
|
||||
{% vault 'aws', '', '{}' %}
|
||||
{% vault 'gcp', '', '{}' %}
|
||||
{% vault 'hashicorp', '', '{}' %}
|
||||
headers:
|
||||
- name: Content-Type
|
||||
value: text/plain
|
||||
- name: User-Agent
|
||||
value: insomnia/11.1.0
|
||||
settings:
|
||||
renderRequestBody: true
|
||||
encodeUrl: true
|
||||
followRedirects: global
|
||||
cookies:
|
||||
send: true
|
||||
store: true
|
||||
rebuildPath: true
|
||||
- url: http://127.0.0.1:4010/echo
|
||||
name: Base Response
|
||||
meta:
|
||||
|
||||
@@ -3,7 +3,7 @@ import { randomUUID } from 'node:crypto';
|
||||
import type { Application } from 'express';
|
||||
import { json } from 'express';
|
||||
|
||||
import type { CurrentPlan } from '../../insomnia/src/ui/insomnia-api-types';
|
||||
import type { CurrentPlan } from '../../insomnia/src/ui/organization-utils';
|
||||
import type { Collaborator, CollaboratorType } from '../../insomnia/src/ui/routes/$organizationId.collaborators';
|
||||
import { getRandomId, getTeamName, getUserEmail } from '../tests/smoke/test-utils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user