Skip to content

Commit

Permalink
APIGOV-22850 - fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed Jul 14, 2022
1 parent bf8b6dd commit 8065535
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/apic/apiservice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ func TestUpdateService(t *testing.T) {
FileName: "./testdata/apiservice.json", // for call to update the service subresource
RespCode: http.StatusOK,
},
{
FileName: "./testdata/apiservice.json", // for call to update the service subresource
RespCode: http.StatusOK,
},
{
FileName: "./testdata/servicerevision.json", // for call to update the serviceRevision
RespCode: http.StatusOK,
Expand Down Expand Up @@ -319,6 +323,10 @@ func TestUpdateService(t *testing.T) {
FileName: "./testdata/apiservice.json", // for call to update the service subresource
RespCode: http.StatusOK,
},
{
FileName: "./testdata/apiservice.json", // for call to update the service subresource
RespCode: http.StatusOK,
},
{
FileName: "./testdata/servicerevision.json", // for call to update the serviceRevision
RespCode: http.StatusOK,
Expand Down

0 comments on commit 8065535

Please sign in to comment.