Skip to content

Commit

Permalink
fix(Activity Tracker): re-gen service after recent API changes (#198)
Browse files Browse the repository at this point in the history
Note: this commit contains a small change that will cause a new release to be published.
It is related to the preceding commit.

Signed-off-by: Ying Wang <[email protected]>
  • Loading branch information
yingwang-us authored Jul 28, 2022
1 parent 7960891 commit ab1c086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atrackerv2/atracker_v2_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ var _ = Describe(`AtrackerV2 Integration Tests`, func() {

const externalConfigFile = "../atracker_v2.env"

const notFoundTargetID = "deadbeef-2222-2222-2222-222222222222"
const notFoundTargetID = "ffffffff-1111-1111-1111-111111111111"

const notFoundRouteID = "deadbeef-2222-2222-2222-222222222222"
const notFoundRouteID = "ffffffff-2222-2222-2222-222222222222"

const badTargetType = "bad_target_type"

Expand Down

0 comments on commit ab1c086

Please sign in to comment.