Skip to content

Commit 2ef1a19

Browse files
committed
chore: minor folder structure refactor
1 parent f227382 commit 2ef1a19

File tree

12 files changed

+11
-15
lines changed

12 files changed

+11
-15
lines changed

tests/grpc/make-request/init-user-data/collection-security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"collections": [
33
{
4-
"path": "{{projectRoot}}/tests/grpc/make-request/collection",
4+
"path": "{{projectRoot}}/tests/grpc/make-request/fixtures/collection",
55
"securityConfig": {
66
"jsSandboxMode": "safe"
77
}
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"maximized": true,
3-
"lastOpenedCollections": [
4-
"{{projectRoot}}/tests/grpc/make-request/collection"
5-
],
6-
"preferences": {
7-
"beta": {
8-
"grpc": true,
9-
"nodevm": false
10-
}
2+
"maximized": false,
3+
"lastOpenedCollections": [
4+
"{{projectRoot}}/tests/grpc/make-request/fixtures/collection"
5+
],
6+
"preferences": {
7+
"beta": {
8+
"nodevm": false
119
}
10+
}
1211
}

0 commit comments

Comments
 (0)