codeamp / circuit

CodeAmp API. Built with Golang, GraphQL, GORM and Socket-IO
Apache License 2.0
21 stars 6 forks source link

Fix secrets importer test #414

Closed drshrey closed 5 years ago

drshrey commented 5 years ago

Fixed a broken test that was incorrectly querying for project secrets and also incorrectly asserting the existence of created protected secrets.

codecov[bot] commented 5 years ago

Codecov Report

Merging #414 into master will decrease coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #414      +/-   ##
==========================================
- Coverage   58.41%   58.37%   -0.05%     
==========================================
  Files          51       51              
  Lines        4959     4959              
==========================================
- Hits         2897     2895       -2     
- Misses       1779     1781       +2     
  Partials      283      283
aballman commented 5 years ago

Will approve with description

drshrey commented 5 years ago

@aballman done