Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Mar 17, 2024
1 parent 5e67378 commit 2802a1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 58 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The client implements all Patron clients for the components used by the service.
First we need to start the dependencies of the example by running:

```bash
docker-compose -f examples/docker-compose.yml up -d
docker-compose -f docker-compose.yml up -d
```

Next we run the service:
Expand Down
56 changes: 0 additions & 56 deletions examples/docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion examples/examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (

KafkaTopic = "patron-topic"
KafkaGroup = "patron-group"
KafkaBroker = "localhost:9093"
KafkaBroker = "localhost:9092"
)

func CreateSQSAPI() (*sqs.Client, error) {
Expand Down

0 comments on commit 2802a1d

Please sign in to comment.