mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
fix(temp): python integration test (#5509)
This commit is contained in:
@@ -85,6 +85,6 @@ func TestPythonIntegrationBuildProject(t *testing.T) {
|
|||||||
}
|
}
|
||||||
output = string(content)
|
output = string(content)
|
||||||
assert.Contains(t, output, "bom-pip.xml")
|
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")
|
assert.Contains(t, output, "example_pkg-0.0.1-py3-none-any.whl")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user