Merge pull request #273 from mtrmac/FIXMEs

Remove an obsolete FIXME
This commit is contained in:
Antonio Murdaca 2016-12-09 17:28:19 +01:00 committed by GitHub
commit dd6441b546

View File

@ -55,7 +55,7 @@ func TestStandaloneSign(t *testing.T) {
manifestPath, "" /* empty reference */, fixturesTestKeyFingerprint)
assertTestFailed(t, out, err, "empty signature content")
// Unknown key. (FIXME? The error is 'Error creating signature: End of file")
// Unknown key.
out, err = runSkopeo("standalone-sign", "-o", "/dev/null",
manifestPath, dockerReference, "UNKNOWN GPG FINGERPRINT")
assert.Error(t, err)