Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Oct 26, 2023
1 parent a30fece commit a1fdacc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ MicrosoftAppId=
MicrosoftAppPassword=
#https://azurepetstoreassistant.azurewebsites.net/api/messages
server.port=3978
aoai.key=${AOAI_KEY}
cognitive.search.key=${CS_KEY}

aoai.key=replace
cognitive.search.key=replace
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@

package com.chtrembl.petstoreassistant;

import static org.junit.Assert.assertEquals;

import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;

import com.chtrembl.petstoreassistant.model.DPResponse;
import com.chtrembl.petstoreassistant.model.ProductsCache;
import com.chtrembl.petstoreassistant.utility.PetStoreAssistantUtilities;

@RunWith(SpringRunner.class)
@SpringBootTest
Expand All @@ -26,5 +22,6 @@ public void testFindProducts()
{
ProductsCache productsCache = new ProductsCache();
// add tests back

}
}

0 comments on commit a1fdacc

Please sign in to comment.