Skip to content

Commit

Permalink
fixed default testdata path to match repo structure (#106)
Browse files Browse the repository at this point in the history
* fixed default testdata path to match repo structure
  • Loading branch information
acn-sbuad authored Jun 5, 2024
1 parent f68a61c commit c6db4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"LocalAppUrl": "http://localhost:5005",
"LocalTestingStorageBasePath": "c:/AltinnPlatformLocal/",
"AppRepositoryBasePath": "<Path to your repos folder where you have cloned the Altinn Studio application repositories>",
"LocalTestingStaticTestDataPath": "<Path to altinn-studio repo>/src/development/TestData/"
"LocalTestingStaticTestDataPath": "<Path to altinn-studio repo>/src/testdata/"
},
"PlatformSettings": {
"ApiAuthorizationEndpoint": "http://localhost:5101/authorization/api/v1/"
Expand Down

0 comments on commit c6db4f9

Please sign in to comment.