Skip to content

Commit

Permalink
Update test/artifacts/ArtifactsList.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou authored Nov 23, 2024
1 parent 02ecd55 commit 6980f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/artifacts/ArtifactsList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("<ArtifactList />", () => {
["/", "/api/v1/build/1/lockfile/"],
["", "/api/v1/build/1/lockfile/"]
]) {
describe(`with REACT_APP_API_URL set to ${apiUrl}`, () => {
describe(`with REACT_APP_API_URL set to "${apiUrl}"`, () => {
it(`should render expected artifact URL ${expectedArtifactUrl}`, () => {
render(
mockTheme(
Expand Down

0 comments on commit 6980f9c

Please sign in to comment.