Skip to content

Commit

Permalink
rm cf_protocol_version=v2 from url in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Nov 9, 2024
1 parent 05b2f0d commit cd958ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:centrifuge/centrifuge.dart' as centrifuge;
import 'package:test/test.dart';

void main() {
final url = 'ws://localhost:8000/connection/websocket?cf_protocol_version=v2';
final url = 'ws://localhost:8000/connection/websocket';

setUp(() {});

Expand Down

0 comments on commit cd958ac

Please sign in to comment.