Skip to content

Commit

Permalink
add feedtest
Browse files Browse the repository at this point in the history
  • Loading branch information
komal-sai-yral committed Jan 10, 2025
1 parent fde80e9 commit 08f423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/src/icpumpSearchTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('GRPC API Test', function() {

const protoDescriptor = grpc.loadPackageDefinition(packageDefinition);
// Replace with your service name and endpoint
client = new protoDescriptor.search.SearchService('prod-yral-icpump-search.fly.dev:443', grpc.credentials.createSsl());
client = new protoDescriptor.search.SearchService('prod-yral-icpumpsearch.fly.dev:443', grpc.credentials.createSsl());
});

it('should successfully make a GRPC API call to check pumpai', function(browser) {
Expand Down

0 comments on commit 08f423d

Please sign in to comment.