Skip to content

Commit 7834e2b

Browse files
committed
Revert some changes to test output
1 parent d406d39 commit 7834e2b

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

spec/graphql/authorization_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,9 +767,9 @@ def auth_execute(*args, **kwargs)
767767
assert_equal "RelayObjectEdge", edge["__typename"]
768768

769769
unauthorized_object_paths = [
770-
["unauthorizedEdge", "node"],
771-
["unauthorizedConnection", "nodes", 0],
772770
["unauthorizedConnection", "edges", 0, "node"],
771+
["unauthorizedConnection", "nodes", 0],
772+
["unauthorizedEdge", "node"]
773773
]
774774

775775
assert_equal unauthorized_object_paths, unauthorized_res["errors"].map { |e| e["path"] }

spec/graphql/tracing/platform_trace_spec.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,23 +142,23 @@ def platform_resolve_type_key(type)
142142
"Edible.resolve_type",
143143
"Cheese.authorized",
144144
"Cheese.authorized",
145-
"Edible.resolve_type",
146-
"Cheese.authorized",
147-
"Cheese.authorized",
148-
"Edible.resolve_type",
149-
"Cheese.authorized",
150-
"Cheese.authorized",
151-
"Edible.resolve_type",
152-
"Milk.authorized",
153145
"DynamicFields.authorized",
154146
"D._",
155147
"C.f",
148+
"Edible.resolve_type",
149+
"Cheese.authorized",
150+
"Cheese.authorized",
156151
"DynamicFields.authorized",
157152
"D._",
158153
"C.f",
154+
"Edible.resolve_type",
155+
"Cheese.authorized",
156+
"Cheese.authorized",
159157
"DynamicFields.authorized",
160158
"D._",
161159
"C.f",
160+
"Edible.resolve_type",
161+
"Milk.authorized",
162162
"DynamicFields.authorized",
163163
"D._",
164164
"E.f",

spec/graphql/tracing/platform_tracing_spec.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,23 +148,23 @@ def platform_trace(platform_key, key, data)
148148
"Edible.resolve_type",
149149
"Cheese.authorized",
150150
"Cheese.authorized",
151-
"Edible.resolve_type",
152-
"Cheese.authorized",
153-
"Cheese.authorized",
154-
"Edible.resolve_type",
155-
"Cheese.authorized",
156-
"Cheese.authorized",
157-
"Edible.resolve_type",
158-
"Milk.authorized",
159151
"DynamicFields.authorized",
160152
"D._",
161153
"C.f",
154+
"Edible.resolve_type",
155+
"Cheese.authorized",
156+
"Cheese.authorized",
162157
"DynamicFields.authorized",
163158
"D._",
164159
"C.f",
160+
"Edible.resolve_type",
161+
"Cheese.authorized",
162+
"Cheese.authorized",
165163
"DynamicFields.authorized",
166164
"D._",
167165
"C.f",
166+
"Edible.resolve_type",
167+
"Milk.authorized",
168168
"DynamicFields.authorized",
169169
"D._",
170170
"E.f",

spec/integration/rails/graphql/tracing/active_support_notifications_tracing_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"analyze_query.graphql",
4444
"analyze_multiplex.graphql",
4545
"authorized.graphql",
46-
"execute_query.graphql",
4746
"execute_field.graphql (Query.batchedBase)",
4847
"execute_field.graphql (Query.batchedBase)",
48+
"execute_query.graphql",
4949
"lazy_loader.graphql",
5050
"execute_field_lazy.graphql (Query.batchedBase)",
5151
"authorized.graphql",
52+
"execute_field.graphql (Base.name)",
5253
"execute_field_lazy.graphql (Query.batchedBase)",
5354
"authorized.graphql",
5455
"execute_field.graphql (Base.name)",
55-
"execute_field.graphql (Base.name)",
5656
"execute_field_lazy.graphql (Base.name)",
5757
"execute_field_lazy.graphql (Base.name)",
5858
"execute_query_lazy.graphql",

0 commit comments

Comments
 (0)