Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
duke-b committed Apr 19, 2024
1 parent e672d23 commit 676837f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-backstage-plugin-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
working-directory: backstage-plugin/plugins/open-dora
run: |
# Replace the @devoteam-nl with @devoteamnl in package.json
sed -i 's/"@devoteam-nl\//"@devoteamnl\//g' package.json
yarn publish --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('BenchmarkGridItem', () => {
expect(queryByText('3 deployment days per week(elite)')).not.toBeNull();
});

it('should show the error returned from the service', async () => {
it('should show the error returned from the services', async () => {
server.use(
rest.get(benchmarkUrl, (_, res, ctx) => {
return res(ctx.status(401));
Expand Down

0 comments on commit 676837f

Please sign in to comment.