Skip to content

Commit

Permalink
fixed formatting on snapshot file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Gamio committed Sep 5, 2024
1 parent 879108d commit 37d3268
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tests/contrib/unittest/test_unittest_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
SNAPSHOT_IGNORES_ITR_COVERAGE = ["metrics.test.source.start", "metrics.test.source.end", "meta.test.source.file"]

SNAPSHOT_IGNORES_GITLAB = [
"meta._dd.ci.env_vars",
"meta.ci.job.name",
"meta.ci.job.url",
"meta.ci.node.labels",
"meta._dd.ci.env_vars",
"meta.ci.job.name",
"meta.ci.job.url",
"meta.ci.node.labels",
"meta.ci.node.name",
"meta.ci.pipeline.id",
"meta.ci.pipeline.name",
Expand All @@ -50,7 +50,8 @@
"meta.git.commit.message",
"meta.git.commit.sha",
"meta.git.repository_url",
]
]


class UnittestSnapshotTestCase(TracerTestCase):
@pytest.fixture(autouse=True)
Expand Down

0 comments on commit 37d3268

Please sign in to comment.