Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
szimmer1 committed May 6, 2021
1 parent 987a7e4 commit ca5f325
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ public Float getAutoTuneWriteFailureRatioThreshold() {
return maxAcceptableWriteFailures;
}

@Override
public String getAllowedOrigins() { return ""; }
};
}
}
Expand Down

0 comments on commit ca5f325

Please sign in to comment.