Skip to content

Commit

Permalink
Rolling back test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dashrath-chauhan committed Oct 3, 2024
1 parent cdf91d1 commit b61be7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public boolean getServeStreamURLForFileObjects() {
* Initialize DRS service props with defaults
*/
private void setAllDefaults() {
serveFileURLForFileObjects = true;
serveStreamURLForFileObjects = false;
serveFileURLForFileObjects = false;
serveStreamURLForFileObjects = true;
}
}

0 comments on commit b61be7d

Please sign in to comment.