Skip to content

Commit

Permalink
Fix unit test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan committed May 8, 2020
1 parent ee7a47e commit 9a1708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/Utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe('Utils', () => {

describe('generateS3ArtifactUrl', () => {
it('handles s3:// URIs', () => {
expect(generateMinioArtifactUrl('s3://my-bucket/a/b/c')).toBe(
expect(generateS3ArtifactUrl('s3://my-bucket/a/b/c')).toBe(
'artifacts/get?source=s3&bucket=my-bucket&key=a/b/c',
);
});
Expand Down

0 comments on commit 9a1708e

Please sign in to comment.