Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jasmin Gacic <[email protected]>
  • Loading branch information
jasmingacic committed Feb 2, 2022
1 parent 28f64bc commit c5d9a94
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ components:
properties:
name:
type: string
namespace:
type: string
description:
type: string
serviceUnderTest:
Expand Down
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://openapi-generator.tech)

- API version: 0.0.1
- Build date: 2022-02-02T14:46:48.980Z[Etc/UTC]
- Build date: 2022-02-02T14:49:07.954Z[Etc/UTC]


### Running the server
Expand Down
3 changes: 0 additions & 3 deletions server/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ components:
example:
repeats: 6
name: name
namespace: namespace
description: description
assertions:
- duration: duration
Expand All @@ -113,8 +112,6 @@ components:
properties:
name:
type: string
namespace:
type: string
description:
type: string
serviceUnderTest:
Expand Down
2 changes: 0 additions & 2 deletions server/go/model_test_.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ type Test struct {

Name string `json:"name,omitempty"`

Namespace string `json:"namespace,omitempty"`

Description string `json:"description,omitempty"`

ServiceUnderTest TestServiceUnderTest `json:"serviceUnderTest,omitempty"`
Expand Down

0 comments on commit c5d9a94

Please sign in to comment.