1
0
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:
Petko Dimitrov
2025-07-01 17:15:31 +03:00
parent 0a331e0688
commit 2c3c955018

View File

@@ -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())
})
}