File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Streetcode/Streetcode.WebApi/Extensions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ public static async Task SeedDataAsync(this WebApplication app)
3737 var blobOptions = app . Services . GetRequiredService < IOptions < BlobEnvironmentVariables > > ( ) ;
3838 string blobPath = app . Configuration . GetValue < string > ( "Blob:BlobStorePath" ) ;
3939 var blobService = new BlobService ( blobOptions ) ;
40- const string initialDataImagePath = "../../.. /TestData/InitialData/images.json" ;
41- const string initialDataAudioPath = "../../.. /TestData/InitialData/audios.json" ;
40+ const string initialDataImagePath = "../Streetcode.XIntegrationTest /TestData/InitialData/images.json" ;
41+ const string initialDataAudioPath = "../Streetcode.XIntegrationTest /TestData/InitialData/audios.json" ;
4242 if ( ! dbContext . Images . Any ( ) )
4343 {
4444 string imageJson = File . ReadAllText ( initialDataImagePath , Encoding . UTF8 ) ;
You can’t perform that action at this time.
0 commit comments