Skip to content

Commit

Permalink
Removed non-existent test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-levi authored and Laren-AWS committed Nov 20, 2024
1 parent 3a3319f commit bd8e731
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
public class InvokeFlowTest {

// Fill in with the Prompt Flow Id and Alias.
String flowId = "MKM4D2W4RG";
String flowAliasId = "JOIUMSMGLC";
String flowId = "";
String flowAliasId = "";
String inputText = "Is putting pineapple on pizza a good idea?";
String[] args = {flowId, flowAliasId, inputText};

Expand Down

0 comments on commit bd8e731

Please sign in to comment.