Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 234991c

Browse files
Fix test
1 parent 5863254 commit 234991c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphql_api/tests/test_impacted_file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,6 @@ def test_fetch_impacted_file_segments_with_direct_and_indirect_changes(
762762
"repo": self.repo.name,
763763
"pull": self.pull.pullid,
764764
"path": "fileA",
765-
"filters": {"hasUnintendedChanges": False},
766765
}
767766
data = self.gql_request(query_impacted_file_through_pull, variables=variables)
768767
assert data == {

0 commit comments

Comments
 (0)