Fix GraphQL pipeline findings pagination
All threads resolved!
All threads resolved!
Compare changes
- Malcolm Locke authored
These tests are checking for the presence of the `X-Total` pagination header but we do not actually want these on this endoint. The endpoint uses pagination without counts which does not produce this header. Other changes on this MR have removed the headers and highlighted these outdated tests, so we're removing them here.
@@ -63,14 +63,14 @@
@@ -109,13 +109,13 @@
@@ -125,13 +125,13 @@
@@ -147,13 +147,13 @@
@@ -186,13 +186,13 @@