Skip to content

Commit

Permalink
importer: start validating response from service
Browse files Browse the repository at this point in the history
The importer is fully up and running now, so let's start checking that
it correctly imported the commit and error out if an error occurred.
  • Loading branch information
jlebon committed Apr 17, 2020
1 parent 270d6ee commit c92a36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreos-ostree-importer/send-ostree-import-request.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def send_ostree_import_request(args):
"target_repo": args.repo,
},
)
# validate_response(response)
validate_response(response)


def get_bucket_and_prefix(path):
Expand Down

0 comments on commit c92a36e

Please sign in to comment.