Skip to content

Commit aa24f31

Browse files
Cleanup AI comment
1 parent cdfa8e3 commit aa24f31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/tests/common/test_common.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,7 @@ class LiveKitTestBase : public ::testing::Test {
548548
/// Fail the test if the required environment variables are not set
549549
void failIfNotConfigured() {
550550
if (!config_.available) {
551-
throw std::runtime_error(
552-
"LIVEKIT_URL, LIVEKIT_TOKEN_A, and LIVEKIT_TOKEN_B not set; source "
553-
".token_helpers/set_data_track_test_tokens.bash before running tests");
551+
throw std::runtime_error("LIVEKIT_URL, LIVEKIT_TOKEN_A, and LIVEKIT_TOKEN_B not set");
554552
}
555553
}
556554

0 commit comments

Comments
 (0)