summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-07-26 11:35:29 -0400
committerGitHub <noreply@github.com>2024-07-26 15:35:29 +0000
commitbee16c54abada37b98808b5ef85be534fb3b7ea9 (patch)
tree920e2a3049f166402bed177456d4c35e2b94702f /tests
parent7776636c2efc3db07b965166a9982fc3d5ef21ce (diff)
fix(publish): workspace included license file had incorrect path (#24747)
Also fixes the issue where we say a package was successfully published before it wasn't. Bug in https://github.com/denoland/deno/pull/24714
Diffstat (limited to 'tests')
-rw-r--r--tests/testdata/publish/successful_provenance.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/publish/successful_provenance.out b/tests/testdata/publish/successful_provenance.out
index 512efcff0..dfc827544 100644
--- a/tests/testdata/publish/successful_provenance.out
+++ b/tests/testdata/publish/successful_provenance.out
@@ -2,6 +2,6 @@ Check file:///[WILDCARD]/publish/successful/mod.ts
Checking for slow types in the public API...
Check file:///[WILDCARD]/publish/successful/mod.ts
Publishing @foo/bar@1.0.0 ...
-Successfully published @foo/bar@1.0.0
Provenance transparency log available at https://search.sigstore.dev/?logIndex=42069
+Successfully published @foo/bar@1.0.0
Visit http://127.0.0.1:4250/@foo/bar@1.0.0 for details