Skip to content

Commit

Permalink
fix(FAM): update new CIS IP
Browse files Browse the repository at this point in the history
  • Loading branch information
mcakircali committed Nov 29, 2024
1 parent 3858c6d commit bbfd510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/fam_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ inline auto randomNumber() -> std::string {
return std::to_string(::random());
}

const auto testEndpoint = "10.115.3.2:8080"s;
const auto testEndpoint = "10.115.3.1:8780"s;

class TestFam {
public:
Expand Down

0 comments on commit bbfd510

Please sign in to comment.