Skip to content

Commit

Permalink
Correct token environment variable name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Feb 17, 2024
1 parent 9940370 commit 5087fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/endpoint_streaming_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:nyxx_extensions/nyxx_extensions.dart';
import 'package:test/test.dart';

void main() {
final testToken = Platform.environment['TOKEN']!;
final testToken = Platform.environment['TEST_TOKEN']!;
final testChannelId = Snowflake.parse(Platform.environment['TEST_TEXT_CHANNEL']!);

group('streaming endpoint pagination', () {
Expand Down

0 comments on commit 5087fba

Please sign in to comment.