Skip to content

Commit

Permalink
fix test assertion (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway authored Jun 6, 2024
1 parent 866efbc commit 75c3537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func TestApigeeProperties(t *testing.T) {
assert.Equal(t, 30*time.Minute, cfg.GetIntervals().Spec)
assert.Equal(t, 30*time.Second, cfg.GetIntervals().Proxy)
assert.Equal(t, 30*time.Second, cfg.GetIntervals().Product)
assert.Equal(t, 5*time.Minute, cfg.GetIntervals().Stats)
assert.Equal(t, 15*time.Minute, cfg.GetIntervals().Stats)
assert.Equal(t, "", cfg.DeveloperID)
assert.Equal(t, 10, cfg.GetWorkers().Proxy)
assert.Equal(t, 20, cfg.GetWorkers().Spec)
Expand Down

0 comments on commit 75c3537

Please sign in to comment.