You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
Fixed unit test
This commit is contained in:
@@ -256,6 +256,6 @@ exclude = [
|
||||
_, err := ParseDescriptor("project.toml", utils, &piperhttp.Client{})
|
||||
|
||||
assert.Error(t, err)
|
||||
assert.Equal(t, "parsing schema version: toml: line 0: unexpected EOF; expected key separator '='", err.Error())
|
||||
assert.Equal(t, "parsing schema version: toml: line 1: unexpected EOF; expected key separator '='", err.Error())
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user