fix(temp): python integration test (#5509)

This commit is contained in:
phgermanov
2025-10-14 16:14:51 +03:00
committed by GitHub
parent c495f688c9
commit 1e37c23000
+1 -1
View File
@@ -85,6 +85,6 @@ func TestPythonIntegrationBuildProject(t *testing.T) {
}
output = string(content)
assert.Contains(t, output, "bom-pip.xml")
assert.Contains(t, output, "example-pkg-0.0.1.tar.gz")
assert.Contains(t, output, "example_pkg-0.0.1.tar.gz")
assert.Contains(t, output, "example_pkg-0.0.1-py3-none-any.whl")
}