Skip to content

Refactor TestDefaultVariables test

Steve Xuereb requested to merge update-tests into master

What does this MR do?

Refactor TestDefaultVariables test

Why was this MR needed?

Use a map[string]struct for the TestDefaultVariables test to be a consistent with our new table tests.

Rename the variable test to c since test is the name of the package and can be confusing.

This is a small follow up from !1267 (merged)

Does this MR meet the acceptance criteria?

  • [-] Documentation created/updated
  • [-] Added tests for this feature/bug
  • [-] In case of conflicts with master - branch was rebased
Edited by Steve Xuereb

Merge request reports