diff --git a/tests/grpc/make-request/collection/HelloService/BidiHello.bru b/tests/grpc/make-request/fixtures/collection/HelloService/BidiHello.bru similarity index 100% rename from tests/grpc/make-request/collection/HelloService/BidiHello.bru rename to tests/grpc/make-request/fixtures/collection/HelloService/BidiHello.bru diff --git a/tests/grpc/make-request/collection/HelloService/LotOfGreetings.bru b/tests/grpc/make-request/fixtures/collection/HelloService/LotOfGreetings.bru similarity index 100% rename from tests/grpc/make-request/collection/HelloService/LotOfGreetings.bru rename to tests/grpc/make-request/fixtures/collection/HelloService/LotOfGreetings.bru diff --git a/tests/grpc/make-request/collection/HelloService/LotOfReplies.bru b/tests/grpc/make-request/fixtures/collection/HelloService/LotOfReplies.bru similarity index 100% rename from tests/grpc/make-request/collection/HelloService/LotOfReplies.bru rename to tests/grpc/make-request/fixtures/collection/HelloService/LotOfReplies.bru diff --git a/tests/grpc/make-request/collection/HelloService/SayHello.bru b/tests/grpc/make-request/fixtures/collection/HelloService/SayHello.bru similarity index 100% rename from tests/grpc/make-request/collection/HelloService/SayHello.bru rename to tests/grpc/make-request/fixtures/collection/HelloService/SayHello.bru diff --git a/tests/grpc/make-request/collection/HelloService/folder.bru b/tests/grpc/make-request/fixtures/collection/HelloService/folder.bru similarity index 100% rename from tests/grpc/make-request/collection/HelloService/folder.bru rename to tests/grpc/make-request/fixtures/collection/HelloService/folder.bru diff --git a/tests/grpc/make-request/collection/bruno.json b/tests/grpc/make-request/fixtures/collection/bruno.json similarity index 100% rename from tests/grpc/make-request/collection/bruno.json rename to tests/grpc/make-request/fixtures/collection/bruno.json diff --git a/tests/grpc/make-request/collection/collection.bru b/tests/grpc/make-request/fixtures/collection/collection.bru similarity index 100% rename from tests/grpc/make-request/collection/collection.bru rename to tests/grpc/make-request/fixtures/collection/collection.bru diff --git a/tests/grpc/make-request/collection/environments/Env.bru b/tests/grpc/make-request/fixtures/collection/environments/Env.bru similarity index 100% rename from tests/grpc/make-request/collection/environments/Env.bru rename to tests/grpc/make-request/fixtures/collection/environments/Env.bru diff --git a/tests/grpc/make-request/init-user-data/collection-security.json b/tests/grpc/make-request/init-user-data/collection-security.json index 711cc88b4..f91f9e1af 100644 --- a/tests/grpc/make-request/init-user-data/collection-security.json +++ b/tests/grpc/make-request/init-user-data/collection-security.json @@ -1,7 +1,7 @@ { "collections": [ { - "path": "{{projectRoot}}/tests/grpc/make-request/collection", + "path": "{{projectRoot}}/tests/grpc/make-request/fixtures/collection", "securityConfig": { "jsSandboxMode": "safe" } diff --git a/tests/grpc/make-request/init-user-data/preferences.json b/tests/grpc/make-request/init-user-data/preferences.json index c2ca3fd4a..a87c220ad 100644 --- a/tests/grpc/make-request/init-user-data/preferences.json +++ b/tests/grpc/make-request/init-user-data/preferences.json @@ -1,12 +1,11 @@ { - "maximized": true, - "lastOpenedCollections": [ - "{{projectRoot}}/tests/grpc/make-request/collection" - ], - "preferences": { - "beta": { - "grpc": true, - "nodevm": false - } + "maximized": false, + "lastOpenedCollections": [ + "{{projectRoot}}/tests/grpc/make-request/fixtures/collection" + ], + "preferences": { + "beta": { + "nodevm": false } + } } \ No newline at end of file diff --git a/tests/grpc/metadata/init-user-data/preferences.json b/tests/grpc/metadata/init-user-data/preferences.json index f0405920e..ed17e31c5 100644 --- a/tests/grpc/metadata/init-user-data/preferences.json +++ b/tests/grpc/metadata/init-user-data/preferences.json @@ -1,5 +1,5 @@ { - "maximized": true, + "maximized": false, "lastOpenedCollections": [ "{{projectRoot}}/tests/grpc/metadata/fixtures/collection" ], diff --git a/tests/grpc/method-search/init-user-data/preferences.json b/tests/grpc/method-search/init-user-data/preferences.json index b2bb8145b..baa9643f1 100644 --- a/tests/grpc/method-search/init-user-data/preferences.json +++ b/tests/grpc/method-search/init-user-data/preferences.json @@ -2,8 +2,5 @@ "maximized": false, "lastOpenedCollections": [ "{{projectRoot}}/tests/grpc/method-search/fixtures/grpc-collection" - ], - "beta": { - "grpc": true - } + ] } \ No newline at end of file