Skip to content

Commit

Permalink
Fixing test, didn't re-run unit tests after rebasing, hash changed since
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyrickard committed Jun 5, 2019
1 parent 6c66118 commit 8671c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/porter/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func TestPorter_buildBundle(t *testing.T) {

stamp, err := p.LoadStamp(bundle)
require.NoError(t, err)
assert.Equal(t, "781cc745a6efa4f8618d737f1bd60fa659a55809e34a59adbf4b37f78825d4b5", stamp.ManifestDigest)
assert.Equal(t, "06a51d04297375bf111ab15e579b8a7ab72e2661018c4d08d1d3f38198028e49", stamp.ManifestDigest)

debugParam, ok := bundle.Parameters["porter-debug"]
require.True(t, ok)
Expand Down

0 comments on commit 8671c52

Please sign in to comment.