Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
capacity_portion was not supposed to have commitment config in the test
  • Loading branch information
majewsky authored and VoigtS committed Mar 13, 2024
1 parent 9209ae7 commit 244f62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/api/api_test.go
Expand Up @@ -114,10 +114,10 @@ const (
text: 'this annotation appears on shared/things of project dresden only'
# check how commitment config is reported
- resource: 'shared/.*'
- resource: 'shared/(capacity|things)$'
commitment_durations: ["1 hour", "2 hours"]
commitment_min_confirm_date: '1970-01-08T00:00:00Z' # one week after start of mock.Clock
- resource: shared/capacity
- resource: 'shared/capacity$'
commitment_is_az_aware: true
- resource: shared/things
commitment_is_az_aware: false
Expand Down

0 comments on commit 244f62c

Please sign in to comment.