Skip to content

Commit

Permalink
Fix describe name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Oct 9, 2024
1 parent b64060c commit 4e2d6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/session-token.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const createProjectPath = async () => {
});
};

describe('integration/session-token', () => {
describe('session-token', () => {
let authenticatedUrl;
let unauthenticatedUrl;
let sessionToken;
Expand Down

0 comments on commit 4e2d6f8

Please sign in to comment.