Skip to content

Commit

Permalink
untag #pr
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Sep 30, 2024
1 parent 280c8c2 commit 58644a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/smoke/src/areas/positron/apps/shiny.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setupEnvAndHooks();
const web = process.env.WEB;

if (!web) {
describe('Shiny Application #pr', () => {
describe('Shiny Application', () => {
before(async function () {
try {
await this.app.workbench.extensions.installExtension('posit.shiny', true);
Expand All @@ -28,7 +28,7 @@ if (!web) {
await PositronPythonFixtures.SetupFixtures(this.app as Application);
});

it('Python - Verify Basic Shiny App [C699099] #pr', async function () {
it('Python - Verify Basic Shiny App [C699099]', async function () {
const app = this.app as Application;

await app.workbench.quickaccess.openFile(join(app.workspacePathOrFolder, 'workspaces', 'shiny-py-example', 'app.py'));
Expand Down

0 comments on commit 58644a0

Please sign in to comment.