Skip to content

Commit

Permalink
Remove sqlCommandType in e2e key.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhucong committed Sep 20, 2024
1 parent 366ea48 commit 40c69d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ public interface E2ETestParameter {
* @return key of test parameter
*/
default String getKey() {
return String.join("-", getSqlCommandType().toString(), getScenario(), getAdapter(), getDatabaseType().getType());
return String.join("-", getScenario(), getAdapter(), getDatabaseType().getType());
}
}

0 comments on commit 40c69d0

Please sign in to comment.