Skip to content

Commit

Permalink
Correct the app type, should be link or embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsawadye committed Nov 1, 2023
1 parent 5c325dd commit 276516d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/appsAPITests.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('API Integration Tests', () => {
name: 'Test app',
description: 'An app for testing the app framework',
icon: 'data:image/png;base64, <base64>',
type: 'link|embedded',
type: 'link',
category: 'Operations',
access_roles: ['test-app-user'],
url: 'http://test-app.org/app',
Expand Down

0 comments on commit 276516d

Please sign in to comment.