Skip to content

Commit

Permalink
- updated snaps with relative path.
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 committed Jun 13, 2024
1 parent 116fa2b commit ee7bc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source: src/core/generator/tests/config_generator_spec.rs
expression: cfg_module.config.to_sdl()
---
schema @server @upstream @link(src: "/Users/ranjit/Desktop/tailcall/tailcall-fixtures/fixtures/protobuf/news.proto", type: Protobuf) {
schema @server @upstream @link(src: "../../../../../../tailcall-fixtures/fixtures/protobuf/news.proto", type: Protobuf) {
query: Query
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source: src/core/generator/tests/config_generator_spec.rs
expression: cfg_module.config.to_sdl()
---
schema @server(hostname: "0.0.0.0", port: 8000) @upstream(baseURL: "https://jsonplaceholder.typicode.com", httpCache: 42) @link(src: "/Users/ranjit/Desktop/tailcall/tailcall-fixtures/fixtures/protobuf/news.proto", type: Protobuf) {
schema @server(hostname: "0.0.0.0", port: 8000) @upstream(baseURL: "https://jsonplaceholder.typicode.com", httpCache: 42) @link(src: "../../../../../../tailcall-fixtures/fixtures/protobuf/news.proto", type: Protobuf) {
query: Query
}

Expand Down

0 comments on commit ee7bc83

Please sign in to comment.