Skip to content

Commit

Permalink
Fix test url
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Dec 18, 2024
1 parent cf17f8b commit 0ae010b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k6/foundations/16.grpc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Client, StatusOK } from 'k6/net/grpc';
import { check, sleep } from 'k6';

const BASE_URL = __ENV.BASE_URL || 'http://localhost:3334';
const BASE_URL = __ENV.BASE_GRPC_URL || 'localhost:3334';

const client = new Client();
client.load(['definitions'], '../../../proto/quickpizza.proto');
Expand Down

0 comments on commit 0ae010b

Please sign in to comment.